Trait csvpp::CompilationTarget
source · pub trait CompilationTarget {
// Required methods
fn write_backup(&self) -> Result<()>;
fn write(&self, template: &Template<'_>) -> Result<()>;
}Required Methods§
sourcefn write_backup(&self) -> Result<()>
fn write_backup(&self) -> Result<()>
Create a backup of the spreadsheet, at the given target (for most this is making a copy of a file, but different for Google Sheets