Trait parol::UserTraitGeneratorConfig

source ·
pub trait UserTraitGeneratorConfig {
    // Required method
    fn inner_attributes(&self) -> &[InnerAttributes];
}
Expand description

Configuration of user trait generator

Required Methods§

source

fn inner_attributes(&self) -> &[InnerAttributes]

Inserts the given inner attributes at the top of the generated trait source.

Implementors§