Trait rrgen::Printer

source ·
pub trait Printer {
    // Required methods
    fn overwrite_file(&self, file_to: &Path);
    fn skip_exists(&self, file_to: &Path);
    fn add_file(&self, file_to: &Path);
    fn injected(&self, file_to: &Path);
}

Required Methods§

source

fn overwrite_file(&self, file_to: &Path)

source

fn skip_exists(&self, file_to: &Path)

source

fn add_file(&self, file_to: &Path)

source

fn injected(&self, file_to: &Path)

Implementors§