Skip to main content

Bytes

Type Alias Bytes 

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

Bytes type alias

Aliased Typeยง

pub struct Bytes { /* private fields */ }