Skip to main content

SharedPlayground

Type Alias SharedPlayground 

Source
pub type SharedPlayground = Arc<RwLock<PlaygroundState>>;
Expand description

Shared playground state.

Aliased Typeยง

pub struct SharedPlayground { /* private fields */ }