// Copyright (c) 2025-2026 Federico Hoerth <memparanoid@gmail.com>
// SPDX-License-Identifier: GPL-3.0-only
// See LICENSE in the repository root for full license text.
//! Error types for redoubt-alloc.
use Error;
/// Error type for `AllockedVec` operations.
/// Error type for `RedoubtOption` operations.