Truth

Trait Truth 

Source
pub trait Truth { }

Implementors§

Source§

impl Truth for BoolConstant<true>

Source§

impl<T> Truth for Same<T, T>