// Copyright © 2025-2026 The µcad authors <info@microcad.xyz>
// SPDX-License-Identifier: AGPL-3.0-or-later
//! Quantity Error module
use Error;
use crateQuantity;
/// Error when processing a [`Quantity`].
/// Quality result type.
pub type QuantityResult = ;