Skip to main content

Destination

Trait Destination 

Source
pub trait Destination {
    // Required method
    fn write(&self, local_path: &Path, remote_key: &str) -> Result<()>;
}

Required Methods§

Source

fn write(&self, local_path: &Path, remote_key: &str) -> Result<()>

Implementors§