[][src]Trait file_endec::EndecConfig

pub trait EndecConfig: Debug {
    fn files(&self) -> &[PathBuf];
fn raw_key(&self) -> &Key;
fn verbosity(&self) -> Verbosity;
fn overwrite(&self) -> bool;
fn delete_input(&self) -> bool;
fn output_dir(&self) -> Option<&Path>; fn debug(&self) -> bool { ... }
fn quiet(&self) -> bool { ... } }

Required methods

fn files(&self) -> &[PathBuf]

fn raw_key(&self) -> &Key

fn verbosity(&self) -> Verbosity

fn overwrite(&self) -> bool

fn delete_input(&self) -> bool

fn output_dir(&self) -> Option<&Path>

Loading content...

Provided methods

fn debug(&self) -> bool

fn quiet(&self) -> bool

Loading content...

Implementors

impl EndecConfig for DecryptConfig[src]

impl EndecConfig for EncryptConfig[src]

Loading content...