Trait functional::Generic2 [] [src]

pub trait Generic2: Generic1 {
    type Type;
}

Generic types with at least two parameters can implement this trait providing an ability to extract second generic parameter.

Associated Types

type Type

Implementors