Trait list_fn::Scan[][src]

pub trait Scan where
    Self: ListFn,
    Self::End: ResultFn
{ fn scan<S: ScanFn<InputItem = Self::Item, InputResult = <Self::End as ResultFn>::Result>>(
        self,
        scan: S
    ) -> FlatScanState<Self, ScanWrap<S>> { ... } }

Provided methods

Implementors