Skip to main content

contains

Function contains 

Source
pub fn contains<T>(needle: T) -> impl Fn(T) -> bool
where T: AsRef<[u8]>,