pub type CliKeyStore = FilesystemKeyStore;
pub struct CliKeyStore { pub keys_directory: PathBuf, /* private fields */ }
keys_directory: PathBuf
The directory where the keys are stored and read from.