mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: export tables macro (#7807)
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
//!
|
||||
//! # Overview
|
||||
//!
|
||||
//! An overview of the current data model of reth can be found in the [`tables`] module.
|
||||
//! An overview of the current data model of reth can be found in the [`mod@tables`] module.
|
||||
//!
|
||||
//! [`Database`]: crate::abstraction::database::Database
|
||||
//! [`DbTx`]: crate::abstraction::transaction::DbTx
|
||||
|
||||
@ -101,6 +101,7 @@ pub trait TableViewer<R> {
|
||||
}
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
/// Defines all the tables in the database.
|
||||
macro_rules! tables {
|
||||
(@bool) => { false };
|
||||
|
||||
Reference in New Issue
Block a user