Type Definition kernel::str::BStr

source · []
pub type BStr = [u8];
Expand description

Byte string without UTF-8 validity guarantee.

BStr is simply an alias to [u8], but has a more evident semantical meaning.