Function abstio::read_object
source · [−]pub fn read_object<T: DeserializeOwned>(
path: String,
timer: &mut Timer<'_>
) -> Result<T>
Expand description
May be a JSON or binary file
pub fn read_object<T: DeserializeOwned>(
path: String,
timer: &mut Timer<'_>
) -> Result<T>
May be a JSON or binary file