Trait irc_bot::IntoConfig[][src]

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

Required Methods

Implementations on Foreign Types

impl<'a> IntoConfig for &'a str
[src]

impl IntoConfig for String
[src]

impl<R> IntoConfig for BufReader<R> where
    R: Read
[src]

impl IntoConfig for File
[src]

Implementors