Struct actix_codec::BytesCodec [−][src]
pub struct BytesCodec;
Expand description
Bytes codec.
Reads/Writes chunks of bytes from a stream.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BytesCodec
impl Send for BytesCodec
impl Sync for BytesCodec
impl Unpin for BytesCodec
impl UnwindSafe for BytesCodec
Blanket Implementations
Mutably borrows from an owned value. Read more