pub trait U32Trait {
    fn into_bytes(self) -> Bytes;
}

Required Methods

Implementations on Foreign Types

Implementors