pub trait ToAttributesState {
// Required method
fn to_attributes_state(&self) -> Result<Vec<Attribute>, Cw721ContractError>;
}Required Methods§
fn to_attributes_state(&self) -> Result<Vec<Attribute>, Cw721ContractError>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".