diff --git a/crates/context/interface/src/result.rs b/crates/context/interface/src/result.rs index e9dd33769b..340da3a72b 100644 --- a/crates/context/interface/src/result.rs +++ b/crates/context/interface/src/result.rs @@ -30,7 +30,7 @@ pub struct ExecResultAndState { } /// Type alias for backwards compatibility. -pub type ResultAndState = ExecResultAndState>; +pub type ResultAndState = ExecResultAndState, S>; /// Tuple containing multiple execution results and state. pub type ResultVecAndState = ExecResultAndState, S>;