Trait fake::Boolean [] [src]

pub trait Boolean {
    fn boolean() -> bool;
}

Required Methods

fn boolean() -> bool

Implementors