Backup

Trait Backup 

Source
pub trait Backup {
    // Required method
    fn backup(&self) -> Result<(), FilesystemError>;
}
Expand description

A trait defining a way to back things up to the fs

Required Methods§

Implementors§