Struct jsonrpc_tcp_server::ServerBuilder[][src]

pub struct ServerBuilder<M: Metadata = (), S: Middleware<M> = Noop> { /* fields omitted */ }
Expand description

TCP server builder

Implementations

Creates new ServerBuilder wih given IoHandler

Creates new ServerBuilder wih given IoHandler

Utilize existing event loop executor.

Sets session meta extractor

Sets the incoming and outgoing requests separator

Starts a new server

Returns dispatcher

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.