[][src]Function i3status_rs::util::deserialize_file

pub fn deserialize_file<T>(path: &Path) -> Result<T, Error> where
    T: DeserializeOwned