pub type ArcStr = Arc<str>;
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.
String