Type Definition consalign::TextSlice

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

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