1// SPDX-License-Identifier: Apache-2.0 2// Copyright (c) 2025 ReifyDB 3 4pub mod anonymous; 5pub mod none; 6pub mod root; 7pub mod some; 8pub mod r#type;