Skip to main content

IntoConfig

Trait IntoConfig 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl IntoConfig for File

Source§

impl IntoConfig for String

Source§

impl<'a> IntoConfig for &'a str

Source§

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

Implementors§