[][src]Trait tauri_react::StoreState

pub trait StoreState<T: ApplicationState>: Send + Sync {
    pub fn get_data(&self) -> Result<MutexGuard<'_, T>>;
}

Required methods

pub fn get_data(&self) -> Result<MutexGuard<'_, T>>[src]

Loading content...

Implementors

Loading content...