SelectNot

Trait SelectNot 

Source
pub trait SelectNot<Q, Then, Else> {
    type Out;
}
Expand description

Select based on absence of capability (NOT)

Required Associated Types§

Implementors§

Source§

impl<S, Q, Then, Else> SelectNot<Q, Then, Else> for S
where S: SelectCap<Not<Q>, Then, Else>,

Source§

type Out = <S as SelectCap<Not<Q>, Then, Else>>::Out