Home
last modified time | relevance | path

Searched defs:ChannelType (Results 1 – 2 of 2) sorted by relevance

/webrtc/data/src/message/
H A Dmessage_channel_open.rs21 pub enum ChannelType { enum
49 impl Default for ChannelType { implementation
55 impl MarshalSize for ChannelType { implementation
61 impl Marshal for ChannelType { implementation
87 impl Unmarshal for ChannelType { implementation
/webrtc/data/src/data_channel/
H A Ddata_channel_test.rs158 async fn pr_ordered_unordered_test(channel_type: ChannelType, is_ordered: bool) -> Result<()> { in pr_ordered_unordered_test()