[][src]Trait lhlist::ToBool

pub trait ToBool {
    type Output: Bool;
}

Conversion trait for types that have a logical true or false meaning

Associated Types

type Output: Bool

Conversion output (typically either True or False)

Loading content...

Implementations on Foreign Types

impl ToBool for B1[src]

type Output = True

impl ToBool for B0[src]

type Output = False

Loading content...

Implementors

Loading content...