physis

Type Alias ByteBuffer

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

Represents a continuous block of memory which is owned.

Aliased Typeยง

struct ByteBuffer { /* private fields */ }