Function atter::read_toml [] [src]

pub fn read_toml<R>(reader: &mut R) -> Result<Config, Error> where
    R: Read

Read TOML from the given reader and deserialize into a Config struct.