Skip to main content

IntoAddress

Trait IntoAddress 

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

Trait for converting types into Address values.

Required Methods§

fn into_address(self) -> Address

Converts the implementing type into an Address value.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

§

impl IntoAddress for Uint<256, 4>

§

fn into_address(self) -> Address

Implementors§