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