Trait winnow::stream::FindSlice

source ·
pub trait FindSlice<T> {
    fn find_slice(&self, substr: T) -> Option<usize>;
}
Expand description

Look for a slice in self

Required Methods§

Returns the offset of the slice if it is found

Implementations on Foreign Types§

Implementors§