Type Alias 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 */ }