Re-exports§
pub use context::Context;
pub use error::Error;
pub use error::Result;
pub use error::NOT_IMPLEMENTED;
pub use registry::Registry;
pub use util::CombineNet;
pub use util::NotImplementedNet;
pub use crate::Context;
pub use crate::Address;
pub use crate::Error;
pub use crate::Result;
Modules§
Macros§
Structs§
- Arc
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
- ReadBuf
- A wrapper around a byte buffer that is incrementally filled and initialized.
Enums§
- Address
- Address can be IPv4, IPv6 address or a domain with port.
- Value
- Represents any valid JSON value.
Traits§
- Async
Read - Reads bytes from a source.
- Async
Write - Writes bytes asynchronously.
- INet
- A Net.
- IServer
- A Server.
- ITcp
Listener - A TcpListener.
- ITcp
Stream - A TcpStream.
- IUdp
Channel - The other side of an UdpSocket
- IUdp
Socket - A UdpSocket.
- Into
Address - Converts to address value.
- IntoDyn