More progress :)
parent: tbd commit: 92c3f32
1 | use |
2 | , | OperationError
3 | , |
4 | , | ObjectBackend
5 | , | GiteratedOperation
6 | ; |
7 | use Debug; |
8 | |
9 | use crate RuntimeVTable; |
10 | |
11 | use OperationState; |
12 | |
13 | |
14 | |
15 | runtime_vtable: RuntimeVTable, |
16 | |
17 | |
18 | |
19 | pub async |
20 | &self, |
21 | _object: &str, |
22 | _operation_name: &str, |
23 | _payload: &[u8], |
24 | |
25 | todo! |
26 | |
27 | |
28 | |
29 | |
30 | pub unsafe |
31 | Self |
32 | |
33 | |
34 | |
35 | |
36 | |
37 | async |
38 | &self, |
39 | _object: O, |
40 | _operation: &str, |
41 | _payload: D, |
42 | _operation_state: &OperationState, |
43 | |
44 | |
45 | O: GiteratedObject + Debug + 'static, |
46 | D: + Debug + 'static, |
47 | : Clone, | Success
48 | : Clone, | Failure
49 | |
50 | todo! |
51 | |
52 | |
53 | async |
54 | &self, |
55 | _object_str: &str, |
56 | _operation_state: &OperationState, |
57 | |
58 | todo! |
59 | |
60 | |
61 |