Skip to main content

SocketType

Type Alias SocketType 

Source
pub type SocketType = BoxedFilter<(Response,)>;
Expand description

A fully assembled, type-erased HTTP route ready to be registered on a Server.

This is the final product of every builder chain. Pass it to Server::mechanism to mount it.

Aliased Type§

pub struct SocketType { /* private fields */ }