Skip to main content

IsFalse

Trait IsFalse 

Source
pub trait IsFalse { }
Expand description

Trait used for Assert<bool> bounds, implemented by Assert<false> and not implemented by Assert<true>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl IsFalse for Assert<false>