[][src]Function expand_str::expand_string_with_values

pub fn expand_string_with_values<F, S>(
    s: &str,
    get_value: F
) -> Result<String, ExpandStringError> where
    F: Fn(&str) -> Option<S>,
    S: Display