ByteBuffer

Type Alias ByteBuffer 

Source
pub type ByteBuffer = Buffer;

Aliased Type§

pub struct ByteBuffer {
    inner: BytesMut,
}

Fields§

§inner: BytesMut