Enum encryptfile::OutputStream [] [src]

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

Data output streams.

Variants

Write to the specified file.

Trait Implementations

impl Clone for OutputStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more