pub trait SingleFilePatch: ContentPatch {
// Required methods
fn oldname(&self) -> &[u8] ⓘ;
fn newname(&self) -> &[u8] ⓘ;
}Expand description
A patch to a single file
pub trait SingleFilePatch: ContentPatch {
// Required methods
fn oldname(&self) -> &[u8] ⓘ;
fn newname(&self) -> &[u8] ⓘ;
}A patch to a single file