pub trait Downcast256 { // Required method fn as_u128(self) -> U128; }
Unsafe cast to U128 Bits beyond the 128th position are lost