pub fn get_stream_koid(
stream: WakeAlarmsRequestStream,
) -> (Koid, WakeAlarmsRequestStream)
Expand description
Extracts a KOID from the undelrying channel of the provided [stream].
ยงReturns
- zx::Koid: the KOID you wanted.
- fta::WakeAlarmsRequestStream: the stream; we had to deconstruct it briefly, so this gives it back to you.