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