Trait tor_keymgr::KeySpecifier
source · pub trait KeySpecifier {
// Required methods
fn arti_path(&self) -> Result<ArtiPath>;
fn ctor_path(&self) -> Option<CTorPath>;
}Expand description
The “specifier” of a key, which identifies an instance of a key.
KeySpecifier::arti_path() should uniquely identify an instance of a key.