pub trait LexiconParametersOperation<T>: LexiconOperation + LexiconParametersSerdes<T> {
// Provided method
fn cache_whole_params(
req: &FwReq,
node: &FwNode,
params: &mut T,
timeout_ms: u32
) -> Result<(), Error> { ... }
}Expand description
Operation to cache parameters.
Provided Methods§
Object Safety§
This trait is not object safe.