ComponentConditionGetExt

Trait ComponentConditionGetExt 

Source
pub trait ComponentConditionGetExt {
    // Required methods
    fn status(&self) -> &str;
    fn type(&self) -> &str;
    fn message(&self) -> Option<&str>;
    fn error(&self) -> Option<&str>;
    fn is_true(&self) -> bool;
}

Required Methods§

Source

fn status(&self) -> &str

Source

fn type(&self) -> &str

Source

fn message(&self) -> Option<&str>

Source

fn error(&self) -> Option<&str>

Source

fn is_true(&self) -> bool

Implementors§