TYPARAMS

Constant TYPARAMS 

Source
pub const TYPARAMS: &str = "typarams";
Expand description

A def’s type parameters — def map[T, U](…). Always present on a def, empty when the definition is monomorphic, so that the form has one shape (docs/32 §32.7).