Skip to main content

Crate gpui_shared_string

Crate gpui_shared_string 

Source

Structsยง

SharedString
A shared string is an immutable string that can be cheaply cloned in GPUI tasks. Essentially an abstraction over an Arc<str> and &'static str, currently backed by a SmolStr.