ScriptExporter

Trait ScriptExporter 

Source
pub trait ScriptExporter: Sealed {
    // Required methods
    fn export_linker_script_to_file(
        &self,
        path: &EscapedPath,
    ) -> Result<(), SlinkyError>;
    fn export_linker_script_to_string(&self) -> Result<String, SlinkyError>;
    fn save_other_files(&self) -> Result<(), SlinkyError>;
}

Required Methods§

Implementors§