Skip to main content

parse

Function parse 

Source
pub fn parse<T: FromStr>(key: &str) -> Option<T>
Expand description

key parsed as T, if set and parseable. Unparseable values fall back to the coded default silently — tuning knobs degrade, they don’t error.