Function find_name
pub fn find_name(name: &[u8]) -> Option<usize>Available on crate features
http and std only.Expand description
Find the lowest index of a static entry whose name matches, if any (name-only match).