Trait actix_settings::ApplySettings
source · pub trait ApplySettings<S> {
// Required method
fn apply_settings(self, settings: &S) -> Self;
}
Expand description
Extension trait for applying parsed settings to the server object.
Required Methods§
sourcefn apply_settings(self, settings: &S) -> Self
fn apply_settings(self, settings: &S) -> Self
Apply some settings object value to self
.
Object Safety§
This trait is not object safe.