pub(crate) fn parse_opt_string(
    slot: &mut Option<String>,
    v: Option<&str>
) -> bool
Expand description

Use this for any string option that lacks a static default.