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

type TextSlice<'a> = &'a [u8];

Type alias for a text slice, i.e. &[u8].