serve

Function serve 

Source
pub fn serve<In: RemoteMessage, Out: RemoteMessage>(
    addr: ChannelAddr,
) -> Result<DuplexServer<In, Out>, ServerError>
Expand description

Start a duplex server on the given address.