pub type TauriState<'r, T> = State<'r, T>;
target_family="wasm"
Type alias to easier identify State via command macro
pub struct TauriState<'r, T>(/* private fields */);