Type Definition consprob_trained::TextSlice

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

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