Trait Editor Config
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub trait EditorConfig {
// Required method
fn editor_schema() -> &'static EditorSchema;
}
Trait implemented by configuration structs that expose editor metadata.
Required Methods
editor_schema
fn editor_schema() -> &'static EditorSchema
Returns the static editor schema for this config type.
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
impl EditorConfig for AtifSectionConfig
impl EditorConfig for AtifSectionConfig
impl EditorConfig for AtofSectionConfig
impl EditorConfig for AtofSectionConfig
impl EditorConfig for ObservabilityConfig
impl EditorConfig for ObservabilityConfig
impl EditorConfig for OtlpSectionConfig
impl EditorConfig for OtlpSectionConfig
impl EditorConfig for ConfigPolicy
impl EditorConfig for ConfigPolicy
impl EditorConfig for LocalBackendConfig
impl EditorConfig for LocalBackendConfig
impl EditorConfig for NeMoGuardrailsConfig
impl EditorConfig for NeMoGuardrailsConfig
impl EditorConfig for RemoteBackendConfig
impl EditorConfig for RemoteBackendConfig
impl EditorConfig for RequestDefaultsConfig
impl EditorConfig for RequestDefaultsConfig
impl EditorConfig for RequestRailsConfig
impl EditorConfig for RequestRailsConfig