pub trait TlvIteratorExt {
    // Required method
    fn meshcop_tlvs(&self) -> MeshcopTlvIterator<'_> ;
}
Expand description

Extension trait for adding tlvs() method to &[u8].

Required Methods§

source

fn meshcop_tlvs(&self) -> MeshcopTlvIterator<'_>

Returns an iterator over the TLV encoded data.

Implementations on Foreign Types§

source§

impl TlvIteratorExt for &[u8]

Implementors§