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