Function has_prefix

Source
pub fn has_prefix<T1, const PREFIX_LEN: usize>(
    obj: &T1,
    prefix: &[u8; PREFIX_LEN],
) -> bool
Expand description

| Check whether a container begins with | the given prefix. |