Skip to main content

IntoHost

Trait IntoHost 

Source
pub trait IntoHost: IntoGlobal<CpuBackend> + Sized {
    // Provided method
    fn into_host(self) -> Result<Self::Output, CopyError> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> IntoHost for T