# Functions
ParseAddr takes an address of the form <kind>:<addr> and returns a ParsedAddr.
# Constants
FD describes a file descriptor.
Mux describes an address of a connection that will be multiplexed through the gRPC multiplexer service.
QemuCtrl describes an address from the guest perspective, when using the qemu2 protocol.
QemuGuest describes an address from the guest perspective.
QemuHost describes a an address to start a qemu socket from the host.
TCP describes a TCP socket.
Unix describes a Unix socket address.
USB describes a USB endpoint.
VsockGuest describes a VSOCK address from the guest perspective.
VsockHost describes a VSOCK address from the host perspective.
# Structs
ParsedAddr represents an address of the form <kind>:<addr>.