pub trait Handler {
// Required method
fn handle(&mut self, pkt: PacketBuffer<'_>) -> isize;
}Available on
riot_module_gcoap only.pub trait Handler {
// Required method
fn handle(&mut self, pkt: PacketBuffer<'_>) -> isize;
}riot_module_gcoap only.