[][src]Function safe_transmute::bool::guarded_transmute_bool_pedantic

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

: use safe_transmute_bool_pedantic() instead

View a byte slice as a slice of boolean values.

The byte slice must have at least enough bytes to fill a single bool.