Objects that implement the immutable dereference operator.
impl<H> Deref for String<H> where H: Allocator, { type Target = str; }