ml-runner init

This commit is contained in:
pgherveou
2025-10-07 16:10:43 +00:00
parent 6da3172581
commit 6e64f678ee
12 changed files with 762 additions and 3 deletions
+8
View File
@@ -74,6 +74,14 @@ pub trait EthereumNode {
+ '_,
>,
>;
/// Creates a node instance from an existing running node.
fn new_existing() -> Self
where
Self: Sized,
{
panic!("new_existing is not implemented for this node type")
}
}
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]