Function mls_encoded_len

Source
pub fn mls_encoded_len<T>(data: &T) -> usize
where T: AsRef<[u8]>,
Expand description

Optimized length calculation for types that can be represented as u8 slices.