[][src]Trait rarrow::plug::Unplug2

pub trait Unplug2 {
    type F;
    type A;
    type B;
}

Unplug2 destructures F<A, B> into F, A, and B.

Associated Types

type F

type A

type B

Loading content...

Implementors

Loading content...