`[feature/plugins]` Some plugin work?
parent: tbd commit: 10a447b
1 | use PhantomData; |
2 | |
3 | use |
4 | , | OperationError
5 | , |
6 | , | ObjectBackend
7 | , | GiteratedOperation
8 | ; |
9 | use Debug; |
10 | |
11 | use crate RuntimeVTable; |
12 | |
13 | use OperationState; |
14 | |
15 | |
16 | |
17 | runtime_vtable: RuntimeVTable, |
18 | |
19 | |
20 | |
21 | pub async |
22 | &self, |
23 | object: &str, |
24 | operation_name: &str, |
25 | payload: &[u8], |
26 | |
27 | todo! |
28 | |
29 | |
30 | |
31 | |
32 | pub unsafe |
33 | Self |
34 | |
35 | |
36 | |
37 | |
38 | |
39 | async |
40 | &self, |
41 | object: O, |
42 | operation: &str, |
43 | payload: D, |
44 | operation_state: &OperationState, |
45 | |
46 | |
47 | O: GiteratedObject + Debug + 'static, |
48 | D: + Debug + 'static, |
49 | : Clone, | Success
50 | : Clone, | Failure
51 | |
52 | todo! |
53 | |
54 | |
55 | async |
56 | &self, |
57 | object_str: &str, |
58 | operation_state: &OperationState, |
59 | |
60 | todo! |
61 | |
62 | |
63 |