Public error type for the handoff crate.
handoff
All fallible operations in the library return Result<T>. The error enum is Send so it can flow across the consumer’s runtime-bridging channels.
Result<T>
Send