pub fn load_trust_state() -> Result<ProviderTrustState, String>Expand description
Load the persisted state. Missing file → Default::default(). IO errors → Err.
Malformed JSON → Err with a descriptive message.
pub fn load_trust_state() -> Result<ProviderTrustState, String>Load the persisted state. Missing file → Default::default(). IO errors → Err.
Malformed JSON → Err with a descriptive message.