Struct unwalk_gz::GzAction [] [src]

pub struct GzAction;

Implementation for un-gzip action.

Trait Implementations

impl Debug for GzAction
[src]

[src]

Formats the value using the given formatter. Read more

impl Action for GzAction
[src]

[src]

Perform action on given matching file.

[src]

Default file name extension(s) to match to perform the action.

Auto Trait Implementations

impl Send for GzAction

impl Sync for GzAction