[][src]Type Definition simple_json2::parser::OneOf5

type OneOf5<P, P2, P3, P4, P5> = OneOf<P, OneOf4<P2, P3, P4, P5>>;