1 2 3 4 5 6
//! Error types for Fabrique database operations. //! //! This module provides a database-agnostic error type that doesn't expose //! implementation details of the underlying database driver. pub use fabrique_core::error::*;