logo

Type Definition bio::utils::TextSlice

source · []
pub type TextSlice<'a> = &'a [u8];
Expand description

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