Trait subslice::SubsliceExt[][src]

pub trait SubsliceExt: Sealed {
    fn find(&self, other: &Self) -> Option<usize>;
fn rfind(&self, other: &Self) -> Option<usize>; }

Required Methods

Implementors