pub trait TcatSectionOperation<T>: TcatOperation + TcatSectionSerdes<T>{
// Provided method
fn whole_cache(
req: &FwReq,
node: &FwNode,
section: &Section,
params: &mut T,
timeout_ms: u32
) -> Result<(), Error> { ... }
}Expand description
Operation for parameters in section of TCAT general protocol.
Provided Methods§
Object Safety§
This trait is not object safe.