logo
pub trait AttributeGenerator<A> where
    A: Attribute
{ type State: Default; }

Required Associated Types

Implementors