Trait darling_core::FromTypeParam
source · [−]pub trait FromTypeParam: Sized {
fn from_type_param(type_param: &TypeParam) -> Result<Self>;
}
Expand description
Creates an instance by parsing an individual type_param and its attributes.