snarkvm_console_types_field

Trait AddressTrait

Source
pub trait AddressTrait:
    Copy
    + Clone
    + Compare
    + Debug
    + Deref
    + Eq
    + Equal
    + Parser
    + Send
    + SizeInBits
    + SizeInBytes
    + Sync
    + TypeName
    + Visibility { }
Expand description

Representation of an address.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§