[][src]Trait nu_protocol::value::U64Ext

pub trait U64Ext {
    pub fn to_untagged_value(&self) -> UntaggedValue;
pub fn to_value(&self, tag: Tag) -> Value;
pub fn to_value_create_tag(&self) -> Value;
pub fn to_filesize_untagged_value(&self) -> UntaggedValue;
pub fn to_filesize_value(&self, tag: Tag) -> Value;
pub fn to_duration_untagged_value(&self) -> UntaggedValue;
pub fn to_duration_value(&self, tag: Tag) -> Value; }

Required methods

Loading content...

Implementations on Foreign Types

impl U64Ext for u64[src]

Loading content...

Implementors

Loading content...