Trait meio_protocol::ProtocolData[][src]

pub trait ProtocolData: Serialize + DeserializeOwned + Debug + Send + 'static { }

Implementors

impl<T> ProtocolData for T where
    T: Serialize + DeserializeOwned + Debug + Send + 'static, 
[src]

Loading content...