Skip to main content

Module error

Module error 

Source
Expand description

Error types for the bridge. Bridge error types and helpers for mapping Python exceptions to Rust errors.

Enums§

Error
All errors that can occur in the bridge layer.

Functions§

with_timeout
Run f with a timeout. Returns Error::Timeout if the future does not complete within timeout.