macro_rules! type_params {
( $($ty:ty),* ) => { ... };
}
Expand description
Construct a vector of TypeParameter
instances with the name of the type parameter,
together with its concrete MetaType
.
macro_rules! type_params {
( $($ty:ty),* ) => { ... };
}
Construct a vector of TypeParameter
instances with the name of the type parameter,
together with its concrete MetaType
.