pub fn write_single<P: AsRef<Path>, D: Display>( path: P, display: D) -> Result<(), Error>
Write something to a file. Useful for kernel configuration files.