[][src]Trait creator_tools::IntoCheckInfo

pub trait IntoCheckInfo: Sized {
    pub fn check_passed(self) -> CheckInfo;

    pub fn check_failed(self) -> CheckInfo { ... }
}

Required methods

Loading content...

Provided methods

Loading content...

Implementors

Loading content...