[][src]Function clap_conf::replace::replace

pub fn replace<E>(
    s: &str,
    f: &dyn Fn(&str) -> Result<String, E>
) -> Result<String, ConfError> where
    ConfError: From<E>,