//! Transport layer for backup files.
//!
//! This sub-module exposes a trait to access a file system containing duplicity backup files,
//! abstracting over the actual transport. This could be a local mounted file system directory,
//! a network drive, a cloud service, or whatever.
use ;
use Path;
/// A trait used to provide a transport layer for backup files.