mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
docs(reth-engine-tree): slightly improve inline docs (#10561)
This commit is contained in:
@@ -131,7 +131,7 @@ where
|
||||
/// type via [`EngineRequestHandler::on_event`]. This type is responsible for processing the
|
||||
/// incoming requests and advancing the chain and emit events when it is polled.
|
||||
pub trait EngineRequestHandler: Send + Sync {
|
||||
/// Even type this handler can emit
|
||||
/// Event type this handler can emit
|
||||
type Event: Send;
|
||||
/// The request type this handler can process.
|
||||
type Request;
|
||||
@@ -210,7 +210,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
/// The type for specify which is kind of engine api
|
||||
/// The type for specifying the kind of engine api
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum EngineApiKind {
|
||||
/// The chain contains Ethereum configuration.
|
||||
|
||||
Reference in New Issue
Block a user