intern_owned

Function intern_owned 

Source
pub fn intern_owned(s: String) -> Arc<str>
Expand description

Interns an owned String using the global interner.

This is a convenience function that uses the global GLOBAL_INTERNER.