Applicable

Trait Applicable 

Source
pub trait Applicable {
    // Required method
    fn applicable(&self, context: &LightContext<'_>) -> Result<bool>;
}

Required Methods§

Source

fn applicable(&self, context: &LightContext<'_>) -> Result<bool>

Implementors§