Skip to main content

ConfigExt

Trait ConfigExt 

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

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§