Crate watch_handler

source ·
Expand description

A common handler for hanging_gets

Structs§

  • Error returned if watch fails.
  • Handler for hanging gets. The common way to use this is to implement the Sender trait for the FIDL responder that the handler is used for. There should be one instance of HangingGetHandler per interface per connection, as the handler needs to keep track of state per connection.

Traits§

  • Trait that should be implemented to send data to the hanging get watcher.

Functions§