[][src]Function ssb_keyfile::load_keys_from_path

pub fn load_keys_from_path<P: AsRef<Path>>(
    path: P
) -> Result<Keypair, KeyFileError>

Read the key file at the given path and parse the keys from it.