Skip to main content

load_trust_state

Function load_trust_state 

Source
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.