Trait UnsignedBytewiseOrd

pub(in ::slice::cmp) unsafe trait UnsignedBytewiseOrd: ~const Ord

Marks that a type should be treated as an unsigned byte for comparisons.

Safety

Implementors