Trait mule::TypedValue[][src]

pub trait TypedValue<T>: Clone + Debug {
    fn tag(&self) -> T;
}

A value of a concrete type

Required methods

fn tag(&self) -> T[src]

Determine a tag value that identifies the type of the value

Loading content...

Implementors

Loading content...