pub trait LanguageExt {
type Error: Error + From<Error>;
// Required methods
fn render(&self, cfg: &ExportContext) -> Result<String, Self::Error>;
fn format(&self, path: &Path) -> Result<(), Self::Error>;
}Expand description
Implemented for all languages which Tauri Specta supports exporting to.
Currently implemented for: