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