Trait IntoConfig

Source
pub trait IntoConfig {
    // Required method
    fn into_config(self) -> Result<Config>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoConfig for String

Source§

impl IntoConfig for File

Source§

impl<'a> IntoConfig for &'a str

Source§

impl<R> IntoConfig for BufReader<R>
where R: Read,

Implementors§