Expand description
Construct addresses to access custom values with.
Re-exports§
pub use crate::utils::Yes;
Structs§
- Static
Address - A static address to a custom value.
Traits§
- Address
- This represents the address of a custom value in the metadata.
Anything that implements it can be used to fetch custom values from the metadata.
The trait is implemented by
strfor dynamic lookup andStaticAddressfor static queries.