[][src]Trait haskell_bits::typeapp::TypeAppParam

pub trait TypeAppParam {
    type Param;
}

Associated Types

type Param

Loading content...

Implementations on Foreign Types

impl<T> TypeAppParam for Option<T>[src]

type Param = T

impl<T> TypeAppParam for Vec<T>[src]

type Param = T

impl<T, E> TypeAppParam for Result<T, E>[src]

type Param = T

Loading content...

Implementors

Loading content...