pub trait ConfigExt {
    // Required method
    fn to_string(&self) -> Result<String, Error>;
}

Required Methods§

source

fn to_string(&self) -> Result<String, Error>

Implementors§