// Copyright © 2025-2026 The µcad authors <info@microcad.xyz>
// SPDX-License-Identifier: AGPL-3.0-or-later
//! Trait to access source reference of an element
use crate*;
/// Elements holding a source code reference shall implement this trait
/// We want to be able to use SrcRef directly in functions with `impl SrcReferrer` argument
/// We want to be able to use type references as well.