mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
`TransitionResult::Continue` is an internal implementation detail that tells an invocation of `StateMachine::step()` to continue looping, but it is of no use to upstream callers. For this reason, just return an IOResult from StateMachine::step() which simplifies the result handling. Reviewed-by: Pere Diaz Bou <pere-altea@homail.com> Closes #3248