Trait casper_types::Tagged[][src]

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

The quality of having a tag

Required methods

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

Returns the tag of a given object

Loading content...

Implementors

impl Tagged<u8> for PublicKey[src]

impl Tagged<u8> for SecretKey[src]

impl Tagged<u8> for Signature[src]

Loading content...