[][src]Trait wasm_reader_traits::ReaderBuild

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

Associated Types

type New

Loading content...

Required methods

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

Loading content...

Implementors

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

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

Loading content...