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