Struct difflib::differ::Differ [] [src]

pub struct Differ {
    pub line_junk: Option<fn(_: &str) -> bool>,
    pub char_junk: Option<fn(_: &str) -> bool>,
}

Fields

Methods

impl Differ
[src]