Skip to main content

GenOptions

Trait GenOptions 

Source
pub trait GenOptions {
    type OptionType;

    // Required method
    fn options(self) -> Self::OptionType;
}

Required Associated Types§

Required Methods§

Source

fn options(self) -> Self::OptionType

Implementors§