builder api

This commit is contained in:
Aiden McClelland
2024-01-02 12:45:13 -07:00
parent 4cbbf1a0a7
commit bb29367e94
8 changed files with 373 additions and 405 deletions

View File

@@ -1362,7 +1362,7 @@ fn build_inherited(parent_data: Option<Type>, generics: &Generics) -> (TokenStre
)
} else {
(
quote! { type InheritedParams = ::rpc_toolkit::NoParams; },
quote! { type InheritedParams = ::rpc_toolkit::Empty; },
inherited_generics,
)
}