Type Definition bio::utils::Text [] [src]

type Text = Vec<u8>;

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