Enum encryptfile::OutputStream
[−]
[src]
pub enum OutputStream { Unknown, File(String), }
Data output streams.
Variants
Unknown | |
File | Write to the specified file. |
pub enum OutputStream { Unknown, File(String), }
Data output streams.
Unknown | |
File | Write to the specified file. |
impl Clone for OutputStream
fn clone(&self) -> OutputStream
fn clone_from(&mut self, source: &Self)