Type Alias fidl::handle::OnSignalsRef

pub type OnSignalsRef<'a> = OnSignals<'a, Unowned<'a, Handle>>;
Expand description

Alias for the common case where OnSignals is used with zx::HandleRef.

Aliased Type§

struct OnSignalsRef<'a> { /* private fields */ }