[][src]Trait libanu::Archive

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

Associated Types

type File: Write

Loading content...

Required methods

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

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

Loading content...

Implementors

Loading content...