pub fn build_coprod_type<L: IntoIterator>(items: L) -> TokenStreamExpand description
Given a list of types, creates an AST for the corresponding Coproduct type.
pub fn build_coprod_type<L: IntoIterator>(items: L) -> TokenStreamGiven a list of types, creates an AST for the corresponding Coproduct type.