aes_gcm::private

Trait SealedTagSize

Source
pub trait SealedTagSize: ArrayLength<u8> + Unsigned { }

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.

Implementations on Foreign Types§

Source§

impl SealedTagSize for U12

Source§

impl SealedTagSize for U13

Source§

impl SealedTagSize for U14

Source§

impl SealedTagSize for U15

Source§

impl SealedTagSize for U16

Implementors§