Trait CastBool

Source
pub trait CastBool: CastInto<bool> { }

Implementors§

Source§

impl<T> CastBool for T
where T: CastInto<bool>,