Function hsmtool::util::helper::write_file

source ·
pub fn write_file<P: AsRef<Path>>(path: P, data: &[u8]) -> Result<()>
Expand description

Writes data to a file.