Function local_setup

Source
pub fn local_setup<E>(
    bound: usize,
    err_uri_path: &str,
) -> (LocalFakeServer, HostClient<E>)
Expand description

This function creates a directly-linked Server and Client.

This is useful for testing and demonstrating server/client behavior, without actually requiring an external device.