pub trait SurfaceDataExt: Send + Sync {
    // Required method
    fn surface_data(&self) -> &SurfaceData;
}

Required Methods§

Implementors§