Objects that implement the immutable dereference operator.
impl<'a, H> Deref for NlAttr<'a, H> where H: Allocator + 'a, <H as Allocator>::Pool: 'a, { type Target = NlData<'a, H>; }