Trait libpijul::change::WriteChangeLine[][src]

pub trait WriteChangeLine: Write {
    fn write_change_line(
        &mut self,
        pref: &str,
        contents: &str
    ) -> Result<(), Error> { ... }
fn write_change_line_binary(
        &mut self,
        pref: &str,
        contents: &[u8]
    ) -> Result<(), Error> { ... } }

Provided methods

Implementations on Foreign Types

Implementors