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