Trait darling::FromGenerics

source ·
pub trait FromGenerics: Sized {
    fn from_generics(generics: &Generics) -> Result<Self, Error>;
}
Expand description

Creates an instance by parsing an entire generics declaration, including the where clause.

Required Methods§

Implementations on Foreign Types§

Implementors§