pub trait OdraPoet: Sized {
    type Poet: From<Self> + GenerateCode;
}
Expand description

Types which can generate code.

Required Associated Types

The underlying generator generating the code.

Implementations on Foreign Types

Implementors