Module connector

Module connector 

Source
Available on crate feature hyper-util only.

Structsยง

ConnectableIo
This is an internal wrapper over an IO type that implements hyper::rt::Write and hyper::rt::Read that also implements Connection to achieve compatibility with hyper-util.
FirecrackerConnectorfirecracker
A hyper-util connector that accepts hex-encoded Firecracker URIs and uses them to connect to Firecracker sockets via the given Backend.
UnixConnectorunix
A hyper-util connector that accepts hex-encoded Unix URIs and uses them to connect to Unix sockets via the given Backend.
VsockConnectorvsock
A hyper-util connector that accepts hex-encoded virtio-vsock URIs and uses them to connect to virtio-vsock sockets via the given Backend.