[][src]Trait nu_protocol::value::DecimalExt

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

Required methods

Loading content...

Implementations on Foreign Types

impl DecimalExt for f64[src]

Loading content...

Implementors

Loading content...