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

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

Fields

Methods

impl Differ
[src]

Trait Implementations

impl Default for Differ
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Differ

impl Sync for Differ