Enum coap_handler_implementations::ForkingRequestData[][src]

pub enum ForkingRequestData<RD1, RD2> {
    First(RD1),
    Second(RD2),
}
Expand description

Tagged-union container for ForkingHandler

Variants

First(RD1)

Tuple Fields of First

0: RD1
Second(RD2)

Tuple Fields of Second

0: RD2

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.

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.