Crate fidl_connector

source ·

Structs§

  • A Connect implementation that will try to reconnect to a FIDL service if the channel has received a peer closed signal. This means it is possible ServiceReconnector to return a closed channel, but it should eventually reconnect once the FIDL service is restarted.

Traits§

  • A trait that manages connecting to service.