Trait Kind4

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

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

Required Associated Types§

Implementors§