MatrixSvelteExt

Trait MatrixSvelteExt 

Source
pub trait MatrixSvelteExt<R: Runtime> {
    // Required method
    fn matrix_svelte(&self) -> &MatrixSvelte<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the Matrix Svelte APIs.

Required Methods§

Source

fn matrix_svelte(&self) -> &MatrixSvelte<R>

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> MatrixSvelteExt<R> for T