pub trait RecordTagRef {
    fn tag_ref(&self) -> &[u8];
}

Required Methods

Implementors