pub trait RtcError { // Required method fn kind(&self) -> ErrorKind; }
Trait that RTC driver error types should implement
Map a driver-specific error into a general category