TextSlice

Type Alias TextSlice 

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

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