Enum oxipng::OutFile[][src]

pub enum OutFile {
    Path(Option<PathBuf>),
    StdOut,
}

Variants

Path(None) means same as input

Methods

impl OutFile
[src]

Trait Implementations

impl Clone for OutFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OutFile
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OutFile

impl Sync for OutFile