pub trait Requirement: Artifact {
const TITLE: &str;
}Expand description
Represents a requirement artifact of a system. The description of the requirement can be provided as a doc comment on the implementing type.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".