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