OneOf3

Type Alias OneOf3 

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

Aliased Typeยง

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