pub type Device<B> = Arc<<B as AccelBackend>::Device>;Expand description
Convenience type alias for a shared device handle. Every backend
hands out devices through Arc<B::Device> so they survive context
rebuilds without invalidating the outer ActorRef.
Aliased Type§
pub struct Device<B> { /* private fields */ }