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