Skip to main content

BoolExt

Trait BoolExt 

Source
pub trait BoolExt {
    // Required method
    fn ident(&self) -> Ident;
}

Required Methods§

Source

fn ident(&self) -> Ident

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl BoolExt for bool

Source§

fn ident(&self) -> Ident

Implementors§