Searched defs:ChannelType (Results 1 – 2 of 2) sorted by relevance
21 pub enum ChannelType { enum49 impl Default for ChannelType { implementation55 impl MarshalSize for ChannelType { implementation61 impl Marshal for ChannelType { implementation87 impl Unmarshal for ChannelType { implementation
158 async fn pr_ordered_unordered_test(channel_type: ChannelType, is_ordered: bool) -> Result<()> { in pr_ordered_unordered_test()