Struct rill_protocol::io::client::ClientProtocol [−][src]
pub struct ClientProtocol;
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 = ServiceEnvelope<Self, ClientRequest, ClientServiceResponse>type ToClient = ServiceEnvelope<Self, ClientResponse, ClientServiceRequest>type Codec = BinaryCodecAuto Trait Implementations
impl RefUnwindSafe for ClientProtocolimpl Send for ClientProtocolimpl Sync for ClientProtocolimpl Unpin for ClientProtocolimpl UnwindSafe for ClientProtocolBlanket Implementations
Mutably borrows from an owned value. Read more
impl<T> DataFraction for T where
T: DeserializeOwned + Serialize + Clone + Debug + Sync + Send + 'static,