pub trait Downcast {
    fn as_u128(self) -> U128;
}

Required methods

Unsafe cast to U128 Bits beyond the 128th position are lost

Implementors