pub type WebRtcDataChannelResult = Result<DataChannelId, WebRtcError>;

Aliased Type§

enum WebRtcDataChannelResult {
    Ok(usize),
    Err(WebRtcError),
}

Variants§

§1.0.0

Ok(usize)

Contains the success value

§1.0.0

Err(WebRtcError)

Contains the error value