pub trait IntoU256 { // Required method fn into_u256(self) -> Uint<256, 4>; }
Trait for converting types into U256 values.
Converts the implementing type into a U256 value.