Skip to main content

ShellRef

Type Alias ShellRef 

Source
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 */ }