Struct ic_kit::RawHandler[][src]

pub struct RawHandler { /* fields omitted */ }
Expand description

A method which uses Rust closures to handle the calls, it accepts every call.

Implementations

Create a raw handler.

Create a new handler.

Trait Implementations

Whatever the handler can handle the given call or not, if this method returns false, we skip this handler and try to find the next handler that can handle the call. Read more

Perform the call using this handler. Only called if accept() first returned true.

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.

Should always be Self

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.