Module macro_tools::generics::protected
source · Expand description
Protected namespace of the module.
Re-exports§
pub use super::protected as generics;
Functions§
- Merges two
syn::Generics
instances into a new one. - Extracts parameter names from the given
Generics
, dropping bounds, defaults, and the where clause.