Skip to main content

parse

Function parse 

Source
fn parse<T, F, E>(lookup: &F, name: &'static str) -> Option<T>
where T: FromStr, F: Fn(&'static str) -> Result<String, E>,
Expand description

Read and parse one variable, warning on a value that cannot be used.