pub trait ToHost: ToGlobal<CpuBackend> { // Provided method fn to_host(&self) -> Result<Self::Output, CopyError> { ... } }