More progress :)
parent: tbd commit: 92c3f32
1 | use OperationError; |
2 | |
3 | use crate::; |
4 | |
5 | |
6 | |
7 | pub(crate) runtime: PluginState, |
8 | pub(crate) handle_fn: unsafe extern "C" fn |
9 | PluginState, |
10 | , |
11 | , |
12 | , |
13 | , |
14 | , |
15 | |
16 | , |
17 | >, |
18 | |
19 | |
20 | |
21 | unsafe extern "C" |
22 | this: PluginState, |
23 | object_kind: , |
24 | operation_name: , |
25 | object: , |
26 | operation_payload: , |
27 | operation_state: , |
28 | ; |
29 | |
30 |