Trait darling_core::FromGenerics [] [src]

pub trait FromGenerics: Sized {
    fn from_generics(generics: &Generics) -> Result<Self>;
}

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

Required Methods

Implementations on Foreign Types

impl FromGenerics for ()
[src]

[src]

impl FromGenerics for Generics
[src]

[src]

Implementors