More progress :)
parent: tbd commit: 92c3f32
1 | use OperationError; |
2 | |
3 | use crate; |
4 | |
5 | use PluginState; |
6 | |
7 | |
8 | |
9 | state: PluginState, |
10 | handle_serialized: unsafe extern "C" fn |
11 | object_kind: &str, |
12 | operation_name: &str, |
13 | object: &str, |
14 | operation_payload: &[u8], |
15 | , |
16 | |
17 | |
18 | unsafe |
19 | unsafe |
20 | |
21 | |
22 | |
23 | operation_vtable: OperationVTable, |
24 | result: , |
25 | |
26 |