Enum encryptfile::OutputStream [] [src]

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

Data output streams.

Variants

Unknown
File

Write to the specified file.

Trait Implementations

Derived Implementations

impl Clone for OutputStream

fn clone(&self) -> OutputStream

fn clone_from(&mut self, source: &Self)