riot_wrappers::gcoap

Trait WithLinkEncoder

Source
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§