Trait list_fn::FlatScan[][src]

pub trait FlatScan {
    type InputItem;
    type ItemList: ListFn<End = Self>;
    type EndList: ListFn<Item = <Self::ItemList as ListFn>::Item>;
    fn item(self, input: Self::InputItem) -> Self::ItemList;
fn end(self) -> Self::EndList; }

Associated Types

type InputItem[src]

type ItemList: ListFn<End = Self>[src]

type EndList: ListFn<Item = <Self::ItemList as ListFn>::Item>[src]

Loading content...

Required methods

fn item(self, input: Self::InputItem) -> Self::ItemList[src]

fn end(self) -> Self::EndList[src]

Loading content...

Implementors

Loading content...