Trait crossbundle_tools::tools::IntoCheckInfo [−][src]
pub trait IntoCheckInfo: Sized {
fn check_passed(self) -> CheckInfo;
fn check_failed(self) -> CheckInfo { ... }
}pub trait IntoCheckInfo: Sized {
fn check_passed(self) -> CheckInfo;
fn check_failed(self) -> CheckInfo { ... }
}