Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
GenericError in datafusion::common::error - Rust
[go: Go Back, main page]

Type Alias GenericError

Source
pub type GenericError = Box<dyn Error + Sync + Send>;
Expand description

Error type for generic operations that could result in DataFusionError::External

Aliased Typeยง

struct GenericError(/* private fields */);