Function lazy_conf::env::replace_simple

source ·
pub fn replace_simple<F: 'static + Fn(&str) -> String>(
    s: &str,
    f: F
) -> Result<String, LzErr>