Trait crossbundle_tools::tools::IntoCheckInfo
source · [−]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 { ... }
}