Huge refactor to prep for moving the daemon over to the plugin architecture
parent: tbd commit: 5df753c
1 | use OperationError; |
2 | |
3 | use crate; |
4 | |
5 | |
6 | inner: RuntimeHandleInner, |
7 | |
8 | |
9 | |
10 | pub async |
11 | &self, |
12 | operation_name: &str, |
13 | object: &str, |
14 | operation: &[u8], |
15 | |
16 | todo! |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | handle_serialized: unsafe extern "C" fn |
23 | object_kind: &str, |
24 | operation_name: &str, |
25 | object: &str, |
26 | operation_payload: &[u8], |
27 | , |
28 | |
29 | |
30 | |
31 | |
32 | operation_vtable: OperationVTable, |
33 | result: , |
34 | |
35 |