[][src]Module parsec_service::front::listener

Interface for service IPC front

The Listen trait acts as an interface for the operations that must be supported by any implementation of the IPC mechanism used as a Parsec front.

Structs

Connection

Represents a connection to a single client

ListenerConfig

Configuration of the Listener

Enums

ConnectionMetadata

Specifies metadata associated with a connection, if any.

ListenerType

Type of the Listener used

Traits

Listen

IPC front manager interface

ReadWrite

This trait is created to allow the iterator returned by incoming to iterate over a trait object that implements both Read and Write.