pub fn from_toml_reader<T, R>(reader: R) -> Result<T>where
T: for<'a> Deserialize<'a>,
R: Read,Expand description
Reads a TOML string from the reader and converts it to an instance of T.
pub fn from_toml_reader<T, R>(reader: R) -> Result<T>where
T: for<'a> Deserialize<'a>,
R: Read,Reads a TOML string from the reader and converts it to an instance of T.