Macro scale_info::type_params
source · 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
.