revm_interpreter::instructions::utility

Trait IntoU256

Source
pub trait IntoU256 {
    // Required method
    fn into_u256(self) -> U256;
}

Required Methods§

Source

fn into_u256(self) -> U256

Implementations on Foreign Types§

Source§

impl IntoU256 for Address

Source§

impl IntoU256 for B256

Implementors§