[][src]Trait nu_protocol::value::BooleanExt

pub trait BooleanExt {
    pub fn to_untagged_value(&self) -> UntaggedValue;
pub fn to_value(&self, tag: Tag) -> Value;
pub fn to_value_create_tag(&self) -> Value; }

Required methods

pub fn to_untagged_value(&self) -> UntaggedValue[src]

pub fn to_value(&self, tag: Tag) -> Value[src]

pub fn to_value_create_tag(&self) -> Value[src]

Loading content...

Implementations on Foreign Types

impl BooleanExt for bool[src]

Loading content...

Implementors

Loading content...