Skip to main content

ByteBufferMut

Type Alias ByteBufferMut 

Source
pub type ByteBufferMut = BufferMut<u8>;
Expand description

A mutable buffer of u8.

Aliased Typeยง

pub struct ByteBufferMut { /* private fields */ }