pub trait FromTypeParam {
    fn from_type_param(type_param: &TypeParam) -> Result<Self, Error>;
}
Expand description

Creates an instance by parsing an individual type_param and its attributes.

Required Methods

Implementations on Foreign Types

Implementors