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.
editor_schemafn editor_schema() -> &'static EditorSchema
Returns the static editor schema for this config type.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called “object safety”, so this trait is not object safe.
impl EditorConfig for AtifSectionConfigimpl EditorConfig for AtifSectionConfig
impl EditorConfig for AtofSectionConfigimpl EditorConfig for AtofSectionConfig
impl EditorConfig for ObservabilityConfigimpl EditorConfig for ObservabilityConfig
impl EditorConfig for OtlpSectionConfigimpl EditorConfig for OtlpSectionConfig
impl EditorConfig for ConfigPolicyimpl EditorConfig for ConfigPolicy
impl EditorConfig for LocalBackendConfigimpl EditorConfig for LocalBackendConfig
impl EditorConfig for NeMoGuardrailsConfigimpl EditorConfig for NeMoGuardrailsConfig
impl EditorConfig for RemoteBackendConfigimpl EditorConfig for RemoteBackendConfig
impl EditorConfig for RequestDefaultsConfigimpl EditorConfig for RequestDefaultsConfig
impl EditorConfig for RequestRailsConfigimpl EditorConfig for RequestRailsConfig