Struct coap_handler::implementations::NeverFound
source · pub struct NeverFound {}👎Deprecated
Expand description
A resource that unconditionally responds 4.04 Not Found.
This is a convenience tool for building trees of resources – rather than special casing the “none found” situation, this handler can be used.