Skip to main content

Artifact

Trait Artifact 

Source
pub trait Artifact {
    const STATUS: Status = Status::Draft;
}
Expand description

Represents any artifact in the development lifecycle (requirement, realization, test, etc.).

Provided Associated Constants§

Source

const STATUS: Status = Status::Draft

The status of the artifact in the development lifecycle.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§