wasmer_vnet

Type Alias SocketDescriptor

Source
pub type SocketDescriptor = FileDescriptor;
Expand description

Socket descriptors are also file descriptors and so all file operations can also be used on sockets

Aliased Typeยง

struct SocketDescriptor(/* private fields */);