Type Definition RTDResult
Other items inrust_tdlib::errors
type RTDResult<T, E = RTDError> = Result<T, E>;