pub fn from_file<'d, T: Deserialize<'d>, P: AsRef<Path>>(
    p: P
) -> Result<T, DeserializeError>