Type Alias Bytes

pub type Bytes = Vec<u8>;
Expand description

Vector of bytes.

Aliased Typeยง

struct Bytes { /* private fields */ }