[][src]Type Definition lite_parser::parser::OneOf4

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