Skip to main content

ErasedCuStampedDataSet

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>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§