[][src]Trait creator_tools::deps::IntoCheckInfo

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

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

Required methods

Loading content...

Provided methods

Loading content...

Implementors

Loading content...