pub type Devices<B> = Vec<<B as BackendTypes>::Device>;Expand description
Type alias to Vec<B::Device> which supports no_std environments, but automatically using
the alloc crate.
Aliased Typeยง
pub struct Devices<B> { /* private fields */ }pub type Devices<B> = Vec<<B as BackendTypes>::Device>;Type alias to Vec<B::Device> which supports no_std environments, but automatically using
the alloc crate.
pub struct Devices<B> { /* private fields */ }