Adds the element `e` to the queue if possible. # Errors A call to `push` will fail if the queue is full; the provided element `value` is returned in the `Err` variant.
(&self, value: T)
source not stored for this graph (policy: none)