Type Alias Data

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

Type alias for bytestring data used throughout the system.

Aliased Typeยง

pub struct Data { /* private fields */ }