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