pub trait StateWriteExt: StateWrite {
// Provided method
fn put_sct_params(&mut self, params: SctParameters) { ... }
}
Available on crate feature
component
only.Expand description
This trait provides write access to configuration data for the component.
Provided Methods§
fn put_sct_params(&mut self, params: SctParameters)
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.