Skip to main content

load_from

Function load_from 

Source
pub fn load_from(path: &Path) -> RecorderSettings
Expand description

Parse settings from the JSON at path, falling back to RecorderSettings::default on any failure (missing / unreadable / malformed) — a corrupt file degrades to defaults, never blocks.