Text

Type Alias Text 

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

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

Aliased Typeยง

pub struct Text { /* private fields */ }