Function write

Source
pub fn write<P, D>(path: P, data: D) -> Result<()>
where P: AsRef<Path>, D: AsRef<[u8]>,
Expand description

Write to a file given its path and data

ยงArguments

  • path
  • data