Trait bart::Conditional [] [src]

pub trait Conditional {
    fn val(&self) -> bool;
}

Required Methods

Implementors