Skip to main content

Module error

Module error 

Source
Expand description

Error types for chdb-rust.

This module defines the error types used throughout the crate.

Enums§

Error
Errors that can occur when using chdb-rust.

Type Aliases§

Result
A type alias for Result<T, Error>.