Function abstio::maybe_read_binary[][src]

pub fn maybe_read_binary<T: DeserializeOwned>(
    path: String,
    timer: &mut Timer<'_>
) -> Result<T>