Trait implementation lrs::netlink::fmt::NlAttr::Deref

Objects that implement the immutable dereference operator.

Syntax

impl<'a, H> Deref for NlAttr<'a, H>
    where H: Allocator + 'a,
          <H as Allocator>::Pool: 'a,
{
    type Target = NlData<'a, H>;
}