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.
pub trait MatrixSvelteExt<R: Runtime> {
// Required method
fn matrix_svelte(&self) -> &MatrixSvelte<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the Matrix Svelte APIs.