[][src]Trait hina::BoolExt

pub trait BoolExt {
    fn as_option(&self) -> Option<()>;
}

Required methods

fn as_option(&self) -> Option<()>

Loading content...

Implementations on Foreign Types

impl BoolExt for bool[src]

Loading content...

Implementors

Loading content...