Trait functor::parametric::ReParam [] [src]

pub trait ReParam<B>: Param {
    type Output: Param<Param = B>;
}

Associated Types

Implementors