local_socket_factory

Function local_socket_factory 

Source
pub fn local_socket_factory(
    socket_type: SocketType,
    protocol: SocketProtocol,
) -> Result<Arc<dyn SocketObject>, SocketError>
Expand description

Socket factory function for local sockets

This function is registered with the NetworkManager to create local domain sockets.