Skip to main content

load_entries

Function load_entries 

Source
pub fn load_entries(path: &Path) -> Result<Vec<TrustEntry>, (String, u8)>
Expand description

Load and parse the trust-roots file at path. A missing file parses to an empty list (not an error).