Skip to main content

DbEnv

Trait DbEnv 

Source
pub trait DbEnv: Send + Sync { }
Expand description

Database operations trait (placeholder for future storage abstraction)

This trait will be implemented when we refactor storage operations.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§