[][src]Trait haskell_bits::typeapp::TypeAppMaybeRef

pub trait TypeAppMaybeRef<TCon: ?Sized, T, RefT> where
    TCon: WithTypeArg<T>,
    T: ?Sized,
    RefT: ?Sized
{ }

Implementations on Foreign Types

impl<'_, TCon: ?Sized, T, TCollection> TypeAppMaybeRef<TCon, T, Ref> for &'_ TCollection where
    TCollection: TypeApp<TCon, T>,
    TCon: WithTypeArg<T>,
    T: ?Sized
[src]

Loading content...

Implementors

impl<TCon: ?Sized, T, TCollection> TypeAppMaybeRef<TCon, T, Val> for TCollection where
    TCollection: TypeApp<TCon, T>,
    TCon: WithTypeArg<T>,
    T: ?Sized
[src]

Loading content...