Enum patch::Line
[−]
[src]
pub enum Line<'a> {
Add(&'a str),
Remove(&'a str),
Context(&'a str),
}Variants
Add(&'a str)Remove(&'a str)Context(&'a str)