//! Represents the possible directions (`OUTPUT` or `CAPTURE`) of a queue.
use Debug;
/// Represents the direction of a `Queue` (`Capture` or `Output`). The direction
/// of a queue limits the operations that are possible on it.
/// Type for `OUTPUT` queues.
;
/// Type for `CAPTURE` queues.
;