Type Definition consalign::Text

pub type Text = Vec<u8, Global>;
Expand description

Type alias for an owned text, i.e. Vec<u8>.