pub type Local = Rc<String>;
Shared storage for string (not threadsafe).
pub struct Local { /* private fields */ }