pub trait StaticGPU {
    // Required method
    fn as_static() -> &'static Self;
}

Required Methods§

Implementors§