/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use crate::;
/// The Causable trait defines the core behavior for all causal elements.
///
/// It requires implementing the Identifiable trait.