Type Definition bio::utils::Text

source ·
pub type Text = Vec<u8>;
Expand description

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