// SPDX-FileCopyrightText: 2025 Slatian
//
// SPDX-License-Identifier: LGPL-3.0-only
use Debug;
use cratePrefix;
/// Trait for datatructures representing Tables.
///
/// Criterium recommends that you represent your tables using enums, so that relevant metadata is available everywhere the table is used and to make it possible for the compiler to check for mistakes.