[][src]Function argmin_core::load_checkpoint

pub fn load_checkpoint<T: DeserializeOwned, P: AsRef<Path>>(
    path: P
) -> Result<T, Error>