Skip to main content

get_config

Function get_config 

Source
pub fn get_config<C, R>(reader: R) -> Result<C, Error>
where C: DeserializeOwned, R: Read,