pub fn load<M>(
path: impl AsRef<Path>,
expected_type: ModelType,
) -> Result<M, AprenderError>where
M: DeserializeOwned,Expand description
Load a model from a .apr (v1 APRN) file. Delegates to the sovereign leaf.
§Errors
Returns an error on I/O failure, format error, checksum failure, or type mismatch.