Skip to main content

with_context_mut

Function with_context_mut 

Source
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.