pub trait StateWriteExt: StateWrite {
// Provided method
fn put_dex_params(&mut self, params: DexParameters) { ... }
}
Available on crate feature
component
only.Expand description
Extension trait providing write access to dex data.
Provided Methods§
fn put_dex_params(&mut self, params: DexParameters)
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.