pub fn with_context_mut<F, R>(f: F) -> Option<R>where
F: FnOnce(&mut PluginContext) -> R,Expand description
Access the current plugin context mutably.
pub fn with_context_mut<F, R>(f: F) -> Option<R>where
F: FnOnce(&mut PluginContext) -> R,Access the current plugin context mutably.