Type Definition rust_tdlib::errors::RTDResult[][src]

type RTDResult<T, E = RTDError> = Result<T, E>;