[][src]Function rexl::interpolate::brace

pub fn brace(
    s: &str,
    named: &HashMap<String, String>,
    positional: &Vec<String>,
    default_value: Option<&str>
) -> Result<String, InterpolationError>