pub trait ToU16 {
    fn to_u16(self) -> u16;
}

Required Methods

Implementors