Struct self_update::Extract [] [src]

pub struct Extract<'a> { /* fields omitted */ }

Extract contents of an encoded archive (e.g. tar.gz) file to a specified directory

  • Errors:
    • Io - opening files
    • Io - gzip decoding
    • Io - archive unpacking

Methods

impl<'a> Extract<'a>
[src]

Trait Implementations

impl<'a> Debug for Extract<'a>
[src]

Formats the value using the given formatter.