Trait cfx_types::space_util::AddressSpaceUtil
source · pub trait AddressSpaceUtil: Sized {
// Required method
fn with_space(self, space: Space) -> AddressWithSpace;
// Provided methods
fn with_native_space(self) -> AddressWithSpace { ... }
fn with_evm_space(self) -> AddressWithSpace { ... }
}
Required Methods§
fn with_space(self, space: Space) -> AddressWithSpace
Provided Methods§
fn with_native_space(self) -> AddressWithSpace
fn with_evm_space(self) -> AddressWithSpace
Object Safety§
This trait is not object safe.