[][src]Trait zeta::util::BoolAsOption

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl BoolAsOption for bool[src]

Loading content...

Implementors

Loading content...