Bytes

Type Alias Bytes 

pub type Bytes = Vec<u8>;
Expand description

Vector of bytes.

Aliased Typeยง

pub struct Bytes { /* private fields */ }