mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 00:58:11 -05:00
chore: make inner private (#5445)
This commit is contained in:
@@ -31,11 +31,11 @@ pub enum DatabaseEnvKind {
|
||||
RW,
|
||||
}
|
||||
|
||||
/// Wrapper for the libmdbx environment.
|
||||
/// Wrapper for the libmdbx environment: [Environment]
|
||||
#[derive(Debug)]
|
||||
pub struct DatabaseEnv {
|
||||
/// Libmdbx-sys environment.
|
||||
pub inner: Environment,
|
||||
inner: Environment,
|
||||
/// Whether to record metrics or not.
|
||||
with_metrics: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user