pub type QueueResult<T> = Result<T, QueueError>;Expand description
Результат операций с очередями
Aliased Type§
pub enum QueueResult<T> {
Ok(T),
Err(QueueError),
}pub type QueueResult<T> = Result<T, QueueError>;Результат операций с очередями
pub enum QueueResult<T> {
Ok(T),
Err(QueueError),
}