Function lib::offline::json_from_file

source ·
pub fn json_from_file<T: for<'a> Deserialize<'a>>(
    path: impl AsRef<Path>
) -> Result<T>