Struct patch::Patch
[−]
[src]
pub struct Patch {
pub old: String,
pub new: String,
}Fields
old: String
new: String