pub trait IntoGlobal<Dst: GlobalBackend>: HasBackend {
type Output;
// Required method
fn into_global(self) -> Result<Self::Output, CopyError>;
}pub trait IntoGlobal<Dst: GlobalBackend>: HasBackend {
type Output;
// Required method
fn into_global(self) -> Result<Self::Output, CopyError>;
}