[][src]Trait libpijul::Archive

pub trait Archive {
    type File: Write;
    pub fn create_file(&mut self, path: &str, perm: u16) -> Self::File;
pub fn close_file(&mut self, f: Self::File) -> Result<(), Error>; }

Associated Types

Loading content...

Required methods

pub fn create_file(&mut self, path: &str, perm: u16) -> Self::File[src]

pub fn close_file(&mut self, f: Self::File) -> Result<(), Error>[src]

Loading content...

Implementors

Loading content...