Enum toku_connection::handler::DelegatedFrame[][src]

pub enum DelegatedFrame {
    Push(Push),
    Request(Request),
    Response(Response),
    Error(ErrorFrame),
}
Expand description

Specific types of toku frames that are delegated to a connection handler. The rest of the frames will be handled by the connection itself.

Variants

Push(Push)
Request(Request)
Response(Response)
Error(ErrorFrame)

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

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.