pub trait SharedProtocol: SealedSharedProtocol + Send + 'static { }

Implementors