Trait NativeServerModeExt
pub trait NativeServerModeExt {
// Required method
fn maybe_get_identity(&self) -> Option<String>;
}Expand description
Extension trait for ServerMode<NativeIO> convenience methods.
Required Methods§
fn maybe_get_identity(&self) -> Option<String>
fn maybe_get_identity(&self) -> Option<String>
Extract the identity domain from this config, if any.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".