Function u256_from_int

Source
pub fn u256_from_int<V: Into<u64>>(value: V) -> U256<'static>
Expand description

Converts a value implementing the Into<u64> trait into a custom U256 type.