Type Alias burn::module::Devices

pub type Devices<B> = Vec<<B as Backend>::Device>;
Expand description

Type alias to Vec<B::Device> which supports no_std environments, but automatically using the alloc crate.

Aliased Typeยง

struct Devices<B> { /* private fields */ }