Trait ErasedCuStampedDataSet

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

Required Methods§

fn cumsgs(&self) -> Vec<&dyn ErasedCuStampedData>

Implementors§