Trait SiteId

Source
pub trait SiteId:
    Copy
    + Ord
    + Debug
    + Display
    + FromStr { }
Expand description

Trait for program identifiers.

This type is required in addition to crate::LibId in order to achieve proper abstraction, layering, and separation of concerns: the core must know nothing about library structure.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§