Function fs_tracing::write[][src]

pub fn write<P: AsRef<Path>, C: AsRef<[u8]>>(path: P, contents: C) -> Result<()>

Wrapper for fs::write.