Function encryptfile::process
[−]
[src]
pub fn process(c: &Config) -> Result<(), EncryptError>
Process the config and produce the result. This function does not "consume" the config,
so it can be reconfigured and reused after process()
returns.