pub type ShellRef<SE: ShellExtensions = DefaultShellExtensions> = Arc<Mutex<Shell<SE>>>;Expand description
A reference-counted, thread-safe reference to a brush_core::Shell.
Aliased Typeยง
pub struct ShellRef<SE: ShellExtensions = DefaultShellExtensions> { /* private fields */ }