Enum oxipng::InFile[][src]

pub enum InFile {
    Path(PathBuf),
    StdIn,
}

Where to read images from

Variants

Methods

impl InFile
[src]

Trait Implementations

impl Clone for InFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InFile
[src]

Formats the value using the given formatter. Read more

impl Display for InFile
[src]

Formats the value using the given formatter. Read more

impl<T: Into<PathBuf>> From<T> for InFile
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for InFile

impl Sync for InFile