Skip to main content

Options

Trait Options 

Source
pub trait Options: Send + Sync {
    // Required methods
    fn is_enabled(&self) -> bool;
    fn include_redundant_members(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl Options for LazyLoadOptions

Implementors§