pub trait EntitySource {
const ENTITY: &'static str;
}Expand description
Schema-authored entity source identity emitted for runtime-enabled models.
This is application vocabulary only. It cannot establish accepted-schema presence, freshness, or authority; runtime APIs resolve the source against their pinned accepted snapshot.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".