Struct rill_protocol::io::provider::ProviderProtocol [−][src]
pub struct ProviderProtocol;
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
type ToServer = WideEnvelope<Self, ProviderToServer>type ToClient = Envelope<Self, ServerToProvider>type Codec = BinaryCodecAuto Trait Implementations
impl RefUnwindSafe for ProviderProtocolimpl Send for ProviderProtocolimpl Sync for ProviderProtocolimpl Unpin for ProviderProtocolimpl UnwindSafe for ProviderProtocolBlanket Implementations
Mutably borrows from an owned value. Read more
impl<T> DataFraction for T where
T: DeserializeOwned + Serialize + Clone + Debug + Sync + Send + 'static,