Struct loco_protocol::command::codec::CommandCodec [−][src]
pub struct CommandCodec<S> { /* fields omitted */ }Expand description
Provide Command read / write operation to stream.
Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for CommandCodec<S> where
S: RefUnwindSafe, impl<S> Send for CommandCodec<S> where
S: Send, impl<S> Sync for CommandCodec<S> where
S: Sync, impl<S> Unpin for CommandCodec<S> where
S: Unpin, impl<S> UnwindSafe for CommandCodec<S> where
S: UnwindSafe,