More progress :)
parent: tbd commit: 92c3f32
1 | |
2 | |
3 | use |
4 | , | OperationError
5 | , |
6 | , | ObjectBackend
7 | , |
8 | ; |
9 | use Debug; |
10 | |
11 | pub use *; |
12 | |
13 | pub use *; |
14 | |
15 | pub use *; |
16 | |
17 | use crate::; |
18 | |
19 | /// A container for a callback pointer, used to provide an internal callback function or |
20 | /// state to a plugin when performing a callback. |
21 | |
22 | |
23 | ; | )
24 | |
25 | |
26 | pub unsafe |
27 | Self |
28 | |
29 | |
30 | |
31 | |
32 | |
33 | |
34 | pub vtable: RuntimeVTable, |
35 | pub operation_state: OperationState, |
36 | |
37 | |
38 | |
39 | pub unsafe |
40 | let runtime = get_runtime_reference; |
41 | |
42 | let runtime = runtime. .as_ref; |
43 | |
44 | *runtime.clone |
45 | |
46 | |
47 | |
48 | |
49 | |
50 | async |
51 | &self, |
52 | object: O, |
53 | _operation: &str, |
54 | payload: D, |
55 | _operation_state: &OperationState, |
56 | |
57 | |
58 | O: GiteratedObject + Debug + 'static, |
59 | D: + Debug + 'static, |
60 | : Clone, | Success
61 | : Clone, | Failure
62 | |
63 | let _object = new; |
64 | let _operation = new; |
65 | |
66 | todo! |
67 | |
68 | |
69 | async |
70 | &self, |
71 | _object_str: &str, |
72 | _operation_state: &OperationState, |
73 | |
74 | todo! |
75 | |
76 | |
77 |