Skip to main content

HandlerAlg

Trait HandlerAlg 

Source
pub trait HandlerAlg {
    type Endpoint;
}
Expand description

Describes the capability to build typed handler endpoints.

Required Associated Types§

Source

type Endpoint

The interpreter’s homogeneous endpoint representation.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§