Trait cbor_tag_index::Tag[][src]

pub trait Tag: Hash + Ord + Clone + 'static { }
Expand description

This trait just combines the traits that you definitely need for a tag

Implementors

impl<T: Hash + Ord + Clone + 'static> Tag for T[src]