Bytes

Type Alias Bytes 

Source
pub type Bytes = Bytes;

Aliased Type§

pub struct Bytes(pub Vec<u8>);

Tuple Fields§

§0: Vec<u8>