pub trait GGSWCompressedToBackendRef<BE: Backend> {
// Required method
fn to_backend_ref(&self) -> GGSWCompressedBackendRef<'_, BE>;
}Required Methods§
fn to_backend_ref(&self) -> GGSWCompressedBackendRef<'_, BE>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".