pub type Stream<B> = Arc<<B as AccelBackend>::Stream>;Expand description
Convenience type alias for a shared stream handle.
Aliased Type§
pub struct Stream<B> { /* private fields */ }pub type Stream<B> = Arc<<B as AccelBackend>::Stream>;Convenience type alias for a shared stream handle.
pub struct Stream<B> { /* private fields */ }