pub fn load(path: &Path) -> Result<Vec<Recipient>>Expand description
Reads and parses the recipients file at path.
ยงErrors
Error::NoRecipientsif the file does not exist or contains no keys.Error::Ioon read failures.Error::InvalidRecipienton parse failures.