Struct loco_protocol::command::codec::CommandCodec [−][src]
pub struct CommandCodec<S> { /* fields omitted */ }Expand description
Provide Command read / write operation to stream
Implementations
Read one command from stream async. Returns tuple with read size and Command.
Write command to stream async
