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