pub fn local_setup<E>(
bound: usize,
err_uri_path: &str,
) -> (LocalFakeServer, HostClient<E>)where
E: Schema + DeserializeOwned,
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.