Skip to main content

ToHost

Trait ToHost 

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

Provided Methods§

Source

fn to_host(&self) -> Result<Self::Output, CopyError>

Implementors§

Source§

impl<T> ToHost for T
where T: ToGlobal<CpuBackend>,