Trait hedge::IsActive[][src]

pub trait IsActive {
    fn is_active(&self) -> bool;
}

Required methods

Implementors