Function typos_cli::file::write_file[][src]

pub fn write_file(
    path: &Path,
    content_type: ContentType,
    buffer: Vec<u8>,
    reporter: &dyn Report
) -> Result<(), Error>