[][src]Function safe_transmute::bool::guarded_transmute_bool_permissive

pub fn guarded_transmute_bool_permissive(bytes: &[u8]) -> Result<&[bool], Error>
Deprecated since 0.11.0

: use safe_transmute_bool_permissive() instead

View a byte slice as a slice of boolean values.

The resulting slice will have as many instances of bool as will fit, can be empty.