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>

Implementors§

Source§

impl IsFalse for Assert<false>