Struct coap_handler_implementations::NeverFound[][src]

pub struct NeverFound {}
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.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Divert requests arriving at path into the given handler. Read more

Divert requests arriving with an Uri-Path starting with path to the given handler. Read more

👎 Deprecated

Divert requests arriving at path into the given handler. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.