Trait snarkvm_console_program::field::AddressTrait
pub trait AddressTrait: Copy + Clone + Compare + Debug + Deref + Eq + Equal + Parser + Send + SizeInBits + SizeInBytes + Sync + TypeName + Visibility { }
Expand description
Representation of an address.
Object Safety§
This trait is not object safe.