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

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