Skip to main content

boxed_target

Function boxed_target 

Source
pub fn boxed_target<E, T>(target: T) -> Box<dyn Target<E> + Send + Sync>
where E: PluginEvent, T: Target<E> + Send + Sync + 'static,