Trait webserver_config::apache2::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§