Type Alias TauriState

Source
pub type TauriState<'r, T> = State<'r, T>;
Available on non-target_family="wasm" only.
Expand description

Type alias to easier identify State via command macro

Aliased Typeยง

pub struct TauriState<'r, T>(/* private fields */);