Enum encryptfile::InputStream [] [src]

pub enum InputStream {
    Unknown,
    File(String),
}

Data input streams.

Variants

Read from the specified file.

Trait Implementations

impl Clone for InputStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more