pub fn load(arg: &str, p: &mut dyn Progress) -> Result<Loaded>Expand description
Read arg and check it against the manifest when it is listed there;
a file outside the manifest is used as is, with a warning.
ยงErrors
The file cannot be read, or its size or sha256 disagrees with the manifest.