Available on crate feature
rpc-server
only.Expand description
Server operations for working with connect points.
Structs§
- Listener
- A listener and associated authentication at which an RPC server can watch for connections.
- Listener
Guard - An object to control shutdown for a listener. We should drop it only when we’re no longer listening on the socket.
- Unlink
OnDrop 🔒 - Object that unlinks a file when it is dropped.