TagSizes

Trait TagSizes 

Source
pub trait TagSizes: ArrayLength<u8> { }
Expand description

Sealed trait for tag sizes in the range of 1..=16 bytes.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§