Bytes

Type Alias Bytes 

Source
pub type Bytes = Byte;
Expand description

The structure for representing a specific number of bytes.

Aliased Typeยง

pub struct Bytes(/* private fields */);