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

Required Methods

Implementations on Foreign Types

Implementors