pub type SharedPlayground = Arc<RwLock<PlaygroundState>>;Expand description
Shared playground state.
Aliased Typeยง
pub struct SharedPlayground { /* private fields */ }pub type SharedPlayground = Arc<RwLock<PlaygroundState>>;Shared playground state.
pub struct SharedPlayground { /* private fields */ }