Skip to main content

EntitySource

Trait EntitySource 

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

Source

const ENTITY: &'static str

Exact authored entity source name.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§