Trait nu_protocol::value::BooleanExt [−][src]
pub trait BooleanExt {
fn to_untagged_value(&self) -> UntaggedValue;
fn to_value(&self, tag: Tag) -> Value;
fn to_value_create_tag(&self) -> Value;
}Required methods
fn to_untagged_value(&self) -> UntaggedValue[src]
fn to_value(&self, tag: Tag) -> Value[src]
fn to_value_create_tag(&self) -> Value[src]
Implementations on Foreign Types
impl BooleanExt for bool[src]
impl BooleanExt for bool[src]