Function libcnb::shared::read_toml_file[][src]

pub fn read_toml_file<A: DeserializeOwned>(
    path: impl AsRef<Path>
) -> Result<A, CrateError>