mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-17 10:22:32 -05:00
7 lines
123 B
Rust
7 lines
123 B
Rust
/// Configuration for executor (TODO)
|
|
#[derive(Debug, Clone)]
|
|
pub struct Config {
|
|
/// Example
|
|
pub example: bool,
|
|
}
|