Struct repo_backup::UpdateFailure[][src]

pub struct UpdateFailure { /* fields omitted */ }

A wrapper around one or more failures during the updating process.

Methods

impl UpdateFailure
[src]

Print a "backtrace" for each error encountered.

Trait Implementations

impl Debug for UpdateFailure
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations