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

Required Methods§

fn erased_cumsgs(&self) -> Vec<&dyn ErasedCuMsg>

Implementors§