no clue what this is
parent: tbd commit: 7889bf6
1 | use crate:: |
2 | , | OperationError
3 | , |
4 | , |
5 | ; |
6 | |
7 | use Debug; |
8 | |
9 | |
10 | |
11 | async |
12 | &self, |
13 | object: O, |
14 | operation: &str, |
15 | payload: D, |
16 | operation_state: &mut OS, |
17 | |
18 | |
19 | O: GiteratedObject + Debug + 'static, |
20 | D: + Debug + 'static, |
21 | : Clone, | Success
22 | : Clone; | Failure
23 | |
24 | async fn ( |
25 | &self, |
26 | object_str: &str, |
27 | operation_state: &mut OS, |
28 | ) -> ; |
29 | } |
30 |