Skip to main content

U32Trait

Trait U32Trait 

Source
pub trait U32Trait {
    // Required method
    fn into_bytes(self) -> Bytes;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl U32Trait for u32

Implementors§

Source§

impl U32Trait for U32

Available on non-crate feature release only.