`[feature/plugins]` Some plugin work?
parent: tbd commit: 10a447b
1 | use Debug; |
2 | use Arc; |
3 | |
4 | use |
5 | , | OperationError
6 | , |
7 | , | ObjectBackend
8 | , | GiteratedOperation
9 | ; |
10 | |
11 | use crate; |
12 | |
13 | use ; |
14 | |
15 | |
16 | |
17 | state: PluginState, |
18 | handle_serialized: unsafe extern "C" fn |
19 | object_kind: &str, |
20 | operation_name: &str, |
21 | object: &str, |
22 | operation_payload: &[u8], |
23 | , |
24 | |
25 | |
26 | unsafe |
27 | unsafe |
28 | |
29 | |
30 | |
31 | operation_vtable: OperationVTable, |
32 | result: , |
33 | |
34 |