Trait list_fn::Scan

source ·
pub trait Scanwhere
    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§