Skip to main content

Mountain/ApplicationState/State/FeatureState/Webviews/
mod.rs

1//! # WebviewState
2//!
3//! Tracks active webview panels keyed by panel ID,
4//! storing view state and persisted data.
5
6pub mod WebviewState;