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