Trait tea_dtype::BoolType

source ·
pub trait BoolType: Copy {
    // Required method
    fn bool_(self) -> bool;
}

Required Methods§

source

fn bool_(self) -> bool

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl BoolType for &bool

source§

fn bool_(self) -> bool

source§

impl BoolType for bool

source§

fn bool_(self) -> bool

Implementors§