[][src]Function repomon::read_toml

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

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