Trait casper_types::Tagged

source ·
pub trait Tagged<T> {
    // Required method
    fn tag(&self) -> T;
}
Expand description

The quality of having a tag

Required Methods§

source

fn tag(&self) -> T

Returns the tag of a given object

Implementors§