Crate rd_interface[][src]

Re-exports

pub use context::Context;
pub use registry::Registry;
pub use util::CombineNet;
pub use util::NotImplementedNet;

Modules

config
context
registry
util

Structs

Arc

A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.

RemoteHandle

The handle to a remote future returned by remote_handle. When you drop this, the remote future will be woken up to be dropped by the executor.

Enums

Address

Address can be IPv4, IPv6 address or a domain with port.

Error

Errors in this crate.

Constants

NOT_IMPLEMENTED

Traits

AsyncRead

Read bytes asynchronously.

AsyncWrite

Write bytes asynchronously.

INet

A Net.

IServer

A Server.

ITcpListener

A TcpListener.

ITcpStream

A TcpStream.

IUdpSocket

A UdpSocket.

IntoAddress

Converts to address value.

Type Definitions

Net
Result
Server
TcpListener
TcpStream
UdpSocket

Attribute Macros

async_trait