[][src]Function haskell_bits::functor::lmapconst

pub fn lmapconst<TCon: ?Sized, TIn, TOut, X>(
    e: &TOut,
    x: X
) -> <TCon as WithTypeArg<TOut>>::Type where
    TCon: LinearFunctor + WithTypeArg<TIn> + WithTypeArg<TOut>,
    TOut: Clone,
    X: TypeApp<TCon, TIn>,