[][src]Type Definition weedle::types::UnionType

type UnionType<'a> = Parenthesized<Punctuated<UnionMemberType<'a>, Or>>;

Parses a union of types