Skip to main content

read_binary

Function read_binary 

Source
fn read_binary<T>(path: &Path) -> Option<T>
where T: for<'de> Deserialize<'de>,