Trait Kind3

Source
pub trait Kind3<A, B, C> {
    type Output;
}
Expand description

Trait for brands of types of kind "* -> * -> * -> *".

Required Associated Types§

Implementors§