Type Definition titanium::desktop::gui::libdruid::ArcStr

pub type ArcStr = Arc<str>;
Expand description

A reference counted string slice.

This is a data-friendly way to represent strings in Druid. Unlike String it cannot be mutated, but unlike String it can be cheaply cloned.