`[feature/plugins]` Some plugin work?
parent: tbd commit: 10a447b
1 | |
2 | use Arc; |
3 | |
4 | pub use *; |
5 | |
6 | pub use *; |
7 | |
8 | pub use *; |
9 | |
10 | use crate:: |
11 | , |
12 | , | RuntimeVTable
13 | ; |
14 | |
15 | /// A container for a callback pointer, used to provide an internal callback function or |
16 | /// state to a plugin when performing a callback. |
17 | |
18 | |
19 | ; | )
20 | |
21 | |
22 | pub unsafe |
23 | Self |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | pub vtable: RuntimeVTable, |
30 | pub operation_state: PluginState, |
31 | |
32 |