pub async fn ipc_register_discover_handler(
ipc_client: &JsIpcClient,
response: DiscoverResponse,
)Expand description
Registers a DiscoverHandler so that the client can respond to DiscoverRequests.
pub async fn ipc_register_discover_handler(
ipc_client: &JsIpcClient,
response: DiscoverResponse,
)Registers a DiscoverHandler so that the client can respond to DiscoverRequests.