[][src]Type Definition circular_queue::Popped

type Popped<T> = Option<T>;

A value popped from CircularQueue<T> as the result of a push operation.