Trait ErasedCuMsgs
pub trait ErasedCuMsgs {
// Required method
fn erased_cumsgs(&self) -> Vec<&dyn ErasedCuMsg>;
}
Expand description
Trait to get a vector of type-erased CuMsgs This is used for generic serialization of the copperlists
pub trait ErasedCuMsgs {
// Required method
fn erased_cumsgs(&self) -> Vec<&dyn ErasedCuMsg>;
}
Trait to get a vector of type-erased CuMsgs This is used for generic serialization of the copperlists