Trait casper_types::Tagged[][src]

pub trait Tagged<T> {
    fn tag(&self) -> T;
}
Expand description

The quality of having a tag

Required methods

Returns the tag of a given object

Implementors