TagSize

Trait TagSize 

Source
pub trait TagSize: SealedTag { }
Expand description

Trait implemented for valid tag sizes, i.e. U4, U6, U8, U10, U12, U14, and U16.

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§

Source§

impl<T: SealedTag> TagSize for T