Type Alias ByteBuffer

Source
pub type ByteBuffer = Buffer;

Aliased Type§

struct ByteBuffer {
    inner: BytesMut,
}

Fields§

§inner: BytesMut