pub type OnSignalsRef<'a> = OnSignals<'a, Unowned<'a, Handle>>;
Alias for the common case where OnSignals is used with zx::HandleRef.
struct OnSignalsRef<'a> { /* private fields */ }