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