[][src]Trait cookie_factory::GenChain

pub trait GenChain<I, S: SerializeFn<I>> {
    fn chain(self, s: &S) -> GenResult<I>;
}

Required methods

fn chain(self, s: &S) -> GenResult<I>

Loading content...

Implementors

impl<I, S: SerializeFn<I>> GenChain<I, S> for GenResult<I>[src]

Loading content...