pub trait Upcast {
    fn as_u256(self) -> U256;
}

Required methods

Implementors