Skip to main content

GGSWCompressedToBackendRef

Trait GGSWCompressedToBackendRef 

Source
pub trait GGSWCompressedToBackendRef<BE: Backend> {
    // Required method
    fn to_backend_ref(&self) -> GGSWCompressedBackendRef<'_, BE>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§