pub type WebRtcDataChannelResult = Result<DataChannelId, WebRtcError>;Aliased Type§
pub enum WebRtcDataChannelResult {
    Ok(usize),
    Err(WebRtcError),
}pub type WebRtcDataChannelResult = Result<DataChannelId, WebRtcError>;pub enum WebRtcDataChannelResult {
    Ok(usize),
    Err(WebRtcError),
}