This commit is contained in:
parent
cd99dbc849
commit
47123eb36b
21 changed files with 855 additions and 427 deletions
|
@ -815,6 +815,12 @@ impl ToTokens for ParsedEnum {
|
|||
}
|
||||
}
|
||||
|
||||
#[automatically_derived]
|
||||
impl #static_type_impl_generics ::fayalite::ty::Connect<::fayalite::type_deduction::UndeducedType>
|
||||
for #type_struct_ident #static_type_type_generics
|
||||
#static_type_where_clause
|
||||
{}
|
||||
|
||||
#[automatically_derived]
|
||||
impl #static_type_impl_generics ::fayalite::ty::Type
|
||||
for #type_struct_ident #static_type_type_generics
|
||||
|
|
|
@ -522,6 +522,12 @@ impl ParsedStruct {
|
|||
}
|
||||
}
|
||||
|
||||
#[automatically_derived]
|
||||
impl #impl_generics ::fayalite::ty::Connect<::fayalite::type_deduction::UndeducedType>
|
||||
for #type_struct_ident #type_generics
|
||||
#where_clause
|
||||
{}
|
||||
|
||||
#[automatically_derived]
|
||||
impl #impl_generics ::fayalite::ty::Type for #type_struct_ident #type_generics
|
||||
#where_clause
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue