Trait nu_protocol::value::I64Ext [−][src]
pub trait I64Ext {
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 I64Ext for i64[src]
impl I64Ext for i64[src]