pub trait WithLinkEncoder {
    // Required method
    fn encode(&self, buf: &mut LinkEncoder<'_>);
}
Available on riot_module_gcoap only.

Required Methods§

source

fn encode(&self, buf: &mut LinkEncoder<'_>)

Implementors§

source§

impl<H> WithLinkEncoder for riot_wrappers::coap_handler::v0_1::GcoapHandler<H>
where H: Handler + Reporting,

source§

impl<H> WithLinkEncoder for riot_wrappers::coap_handler::v0_2::GcoapHandler<H>
where H: Handler + Reporting,