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

Implementors§