RtcError

Trait RtcError 

Source
pub trait RtcError {
    // Required method
    fn kind(&self) -> ErrorKind;
}
Expand description

Trait that RTC driver error types should implement

Required Methods§

Source

fn kind(&self) -> ErrorKind

Map a driver-specific error into a general category

Implementors§