Skip to main content

Requirement

Trait Requirement 

Source
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§

Source

const TITLE: &str

A short title for the requirement.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§