pub type TrustStoreEntry = TrustRoot;Expand description
One row in the local trust store.
Aliased Type§
pub struct TrustStoreEntry {
pub name: String,
pub key_id: String,
pub fingerprint: String,
pub key_url: String,
}Fields§
§name: String§key_id: String§fingerprint: String§key_url: String