Passed

Trait Passed 

Source
pub trait Passed { }
Expand description

Indicates that a check has passed.

Any check that does not match Passed will match Failed

Implementors§

Source§

impl<T: Conclusion<true>> Passed for T