Failed

Trait Failed 

Source
pub trait Failed { }
Expand description

Indicates that a check has failed.

Any check that does not match Failed will match Passed

Implementors§

Source§

impl<T: Conclusion<false>> Failed for T