[][src]Trait wasm_reader_traits::ReaderBuildIter

pub trait ReaderBuildIter<F> {
    type New;
    fn then_iter(self, func: F) -> Self::New;
}

Associated Types

type New

Loading content...

Required methods

fn then_iter(self, func: F) -> Self::New

Loading content...

Implementors

impl<PS, FS, F, S> ReaderBuildIter<F> for Reader<PS, S, FS> where
    (PhantomData<PS>, FS): ReaderBuildHelper<S, Iter<F>>, 
[src]

type New = Reader<PS, S, <(PhantomData<PS>, FS) as ReaderBuildHelper<S, Iter<F>>>::New>

Loading content...