Skip to main content

Apache2Config

Trait Apache2Config 

Source
pub trait Apache2Config {
    // Required methods
    fn to_string_level(&self, level: usize) -> String;
    fn to_apache(&self) -> String;
}

Required Methods§

Source

fn to_string_level(&self, level: usize) -> String

Source

fn to_apache(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§