Skip to main content

IsBool

Trait IsBool 

Source
pub trait IsBool {
    type ReturnOperand;

    // Required method
    fn is_bool(&self) -> Self::ReturnOperand;
}

Required Associated Types§

Required Methods§

Source

fn is_bool(&self) -> Self::ReturnOperand

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§