impl std::error::Error for WhisperError to improve error compatibility. std::error::Error is trait for erorrs and it's standard. and some of error handling libraries requires Error implemented struct for Result. for examples: error-stack |
||
|---|---|---|
| .. | ||
| error.rs | ||
| lib.rs | ||
| standalone.rs | ||
| utilities.rs | ||
| whisper_ctx.rs | ||
| whisper_params.rs | ||
| whisper_state.rs | ||