Struct tsukuyomi::server::transport::Builder[][src]

pub struct Builder { /* fields omitted */ }

A builder for constructing a Listener.

Methods

impl Builder
[src]

Configures to use a TCP listener that will bind to the given listener address.

Configures to use a Unix domain listener that will bind to the given path.

NOTE: This method is enabled only on Unix platform.

Finishes the current building session and constructs an instance of Listener with its configuration.

Trait Implementations

impl Debug for Builder
[src]

Formats the value using the given formatter. Read more

impl Default for Builder
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder