pub trait FileWriteFile {
// Required method
fn write_file(&self, data: &Utf8Path) -> Result<(), FixtureError>;
}
Expand description
Write (copy) a file to ChildPath
.
pub trait FileWriteFile {
// Required method
fn write_file(&self, data: &Utf8Path) -> Result<(), FixtureError>;
}
Write (copy) a file to ChildPath
.