pub trait TlvIteratorExt {
// Required method
fn meshcop_tlvs(&self) -> MeshcopTlvIterator<'_> ⓘ;
}
Expand description
Extension trait for adding tlvs()
method to &[u8]
.
Required Methods§
Sourcefn meshcop_tlvs(&self) -> MeshcopTlvIterator<'_> ⓘ
fn meshcop_tlvs(&self) -> MeshcopTlvIterator<'_> ⓘ
Returns an iterator over the TLV encoded data.