Trait struct_patch::PatchStatus
source · pub trait PatchStatus {
// Required method
fn is_empty(&self) -> bool;
}
Expand description
A patch struct with extra status information
pub trait PatchStatus {
// Required method
fn is_empty(&self) -> bool;
}
A patch struct with extra status information