Trait functional::Generic1 [] [src]

pub trait Generic1 {
    type Type;
}

Generic types can implement this trait providing an ability to extract first generic parameter.

Associated Types

type Type

Implementors