[][src]Function rood::sys::file::replace_all

pub fn replace_all<T>(p: T, pattern: &str, to: &str) -> CausedResult<()> where
    T: AsRef<Path>,