pub trait AnyChannel: DynChannel + Debug + Send + Sync + 'static { // Required method fn into_any(self: Arc<Self>) -> Arc<dyn Any + Send + Sync>; }