Function work_tock_lib::replace::replace[][src]

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