petri_artifacts_core

Trait ArtifactId

Source
pub trait ArtifactId: 'static { }
Expand description

A trait that marks a type as being the type-safe ID for a petri artifact.

This trait should never be implemented manually! It will be automatically implemented on the correct type when declaring artifacts using declare_artifacts!.

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§