Trait BackendDevice
pub trait BackendDevice:
Clone
+ Debug
+ Send
+ Sync
+ 'static {
// Required method
fn name(&self) -> String;
}Expand description
Re-export core types. Identifies a compute device (e.g., “CPU”, “CUDA:0”, “CUDA:1”).
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.