subspace_farmer::plotter::gpu

Trait GpuRecordsEncoder

source
pub trait GpuRecordsEncoder:
    RecordsEncoder
    + Debug
    + Send {
    const TYPE: &'static str;
}
Expand description

GPU-specific RecordsEncoder with extra APIs

Required Associated Constants§

source

const TYPE: &'static str

GPU encoder type, typically related to GPU vendor

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§