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

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

Provided methods

pub fn write_change_line(
    &mut self,
    pref: &str,
    contents: &str
) -> Result<(), Error>
[src]

pub fn write_change_line_binary(
    &mut self,
    pref: &str,
    contents: &[u8]
) -> Result<(), Error>
[src]

Loading content...

Implementations on Foreign Types

impl WriteChangeLine for &mut Vec<u8>[src]

Loading content...

Implementors

Loading content...