OneOf4

Type Alias OneOf4 

Source
pub type OneOf4<P, P2, P3, P4> = OneOf<P, OneOf3<P2, P3, P4>>;

Aliased Typeยง

pub struct OneOf4<P, P2, P3, P4>(/* private fields */);