Type Alias PluginState

Source
pub type PluginState = Arc<dyn Any + Send + Sync>;
Expand description

插件状态类型 使用 Arc 包装的任意类型作为插件状态

Aliased Type§

struct PluginState { /* private fields */ }