Fucking whatever there you go
parent: tbd commit: 57c2ca5
1 | use Debug; |
2 | use Arc; |
3 | |
4 | use |
5 | , | OperationError
6 | , |
7 | , | ObjectBackend
8 | , | GiteratedOperation
9 | ; |
10 | |
11 | use crate; |
12 | |
13 | use PluginState; |
14 | |
15 | |
16 | |
17 | inner: , |
18 | |
19 | |
20 | |
21 | pub async |
22 | &self, |
23 | operation_name: &str, |
24 | object: &str, |
25 | operation: &[u8], |
26 | |
27 | todo! |
28 | |
29 | |
30 | |
31 | |
32 | |
33 | state: PluginState, |
34 | handle_serialized: unsafe extern "C" fn |
35 | object_kind: &str, |
36 | operation_name: &str, |
37 | object: &str, |
38 | operation_payload: &[u8], |
39 | , |
40 | |
41 | |
42 | unsafe |
43 | unsafe |
44 | |
45 | |
46 | |
47 | operation_vtable: OperationVTable, |
48 | result: , |
49 | |
50 | |
51 | |
52 | |
53 | async |
54 | &self, |
55 | object: O, |
56 | operation: &str, |
57 | payload: D, |
58 | operation_state: &S, |
59 | |
60 | |
61 | O: GiteratedObject + Debug + 'static, |
62 | D: + Debug + 'static, |
63 | : Clone, | Success
64 | : Clone, | Failure
65 | |
66 | todo! |
67 | |
68 | |
69 | async |
70 | &self, |
71 | object_str: &str, |
72 | operation_state: &S, |
73 | |
74 | todo! |
75 | |
76 | |
77 |