Skip to main content

ByteBuffer

Type Alias ByteBuffer 

Source
pub type ByteBuffer = Vec<u8>;
Expand description

A continuous block of memory which is owned.

Aliased Typeยง

pub struct ByteBuffer { /* private fields */ }