//! The `view` module defines `SourceView`, a read-only representation of a
//! simulation source.
//!
//! This view provides access to a source's unique ID and its name, allowing
//! for identification and logging without exposing the mutable internal state
//! or implementation details of the source itself.
use crateSourceId;
use Arc;
/// A read-only view of a simulation source, providing access to its identity and name.