[][src]Trait core_extensions::type_level_bool::internals::BooleanOp

pub trait BooleanOp {
    type Value;
}

Type that a Boolean operation evaluates to.

Associated Types

type Value

Loading content...

Implementors

impl<Then, Else> BooleanOp for IfElseOp<False, Then, Else>[src]

type Value = Else

impl<Then, Else> BooleanOp for IfElseOp<True, Then, Else>[src]

type Value = Then

Loading content...