Skip to main content

HasTag

Trait HasTag 

Source
pub trait HasTag {
    // Required method
    fn tag_bytes(&self) -> Option<Vec<u8>>;
}
Expand description

Both To and From carry a tag, and both are needed from either side.

Required Methods§

Source

fn tag_bytes(&self) -> Option<Vec<u8>>

The tag parameter.

Implementations on Foreign Types§

Source§

impl HasTag for From

Source§

impl HasTag for To

Implementors§