Skip to main content

from_toml

Function from_toml 

Source
pub fn from_toml<P: AsRef<Path>, O: DeserializeOwned>(p: P) -> Result<O, String>