//! Managed application state for the plugin (`KeyringStore` + open snapshot sessions).
//!
//! Obtain it from any [`tauri::Manager`] via [`crate::KeyringExt::keyring`].
use Arc;
use crate;
/// Root plugin state registered with Tauri (`tauri::Manager::manage`).