object_rainbow/
numeric.rs

1mod private;
2
3pub type Le<T> = <T as private::AsLe>::Le;
4pub type Be<T> = <T as private::AsBe>::Be;