Trait expectation::extensions::TextDiffExtension[][src]

pub trait TextDiffExtension {
    fn text_writer<N>(&self, filename: N) -> Writer
    where
        N: AsRef<Path>
; fn text<N, S>(&self, filename: N, text: S) -> IoResult<()>
    where
        N: AsRef<Path>,
        S: AsRef<str>
, { ... }
fn debug<N, D>(&self, filename: N, object: D) -> IoResult<()>
    where
        N: AsRef<Path>,
        D: Debug
, { ... } }

Required Methods

Important traits for Writer

Provided Methods

Implementors