Struct ring::hmac::Tag [−][src]
pub struct Tag(_);
Expand description
An HMAC tag.
For a given tag t
, use t.as_ref()
to get the tag value as a byte slice.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tag
impl UnwindSafe for Tag
Blanket Implementations
Mutably borrows from an owned value. Read more