Type Definition weedle::types::UnionType

source · []
pub type UnionType<'a> = Parenthesized<Punctuated<UnionMemberType<'a>, Or>>;
Expand description

Parses a union of types