- API ›
- Constructors ›
- InputChannelEmpty
InputChannelEmpty
---types--- inputChannelEmpty#ee8c1e86 = InputChannel
Belongs to
| InputChannel |
In Rust this constructor is a variant of the enums::InputChannel enum.
Match on it with: if let enums::InputChannel::InputChannelEmpty(v) = result { ... }
Parameters
This item has no parameters.