We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59007d commit 53d0923Copy full SHA for 53d0923
crates/primitives/src/error.rs
@@ -1,3 +1,5 @@
1
+use std::string::String;
2
+
3
/// Errors related to Scroll primitives.
4
#[derive(Debug)]
5
pub enum RollupNodePrimitiveError {
0 commit comments