use std::sync::{Arc, Mutex}; use crate::*; /// Contains the input, style and output of all GUI commands. pub struct Context { /// The default style for new regions pub(crate) style: Mutex