Module transport

Module transport 

Source

Re-exports§

pub use stdio::StdioTransport;
pub use sse::SseTransport;

Modules§

sse
stdio

Structs§

PendingRequests
TransportMessage
A message that can be sent through the transport

Enums§

Error
A generic error type for transport operations.

Traits§

Transport
A generic asynchronous transport trait with channel-based communication
TransportHandle

Functions§

send_message

Type Aliases§

BoxError