revm_interpreter::instructions::utility

Trait IntoAddress

Source
pub trait IntoAddress {
    // Required method
    fn into_address(self) -> Address;
}

Required Methods§

Source

fn into_address(self) -> Address

Implementors§