[][src]Crate tokio_vsock

Structs

ConnectFuture

Future returned by VsockStream::connect which will resolve to a VsockStream when the stream is connected.

Incoming

Stream returned by the VsockListener::incoming representing sockets received from a listener.

VsockListener

An I/O object representing a Virtio socket listening for incoming connections.

VsockStream

An I/O object representing a Virtio socket connected to a remote endpoint.