Expand description
Error types for the web-analyzer crate. Error types for the web-analyzer crate.
Enums§
- WebAnalyzer
Error - Errors that can occur during web analysis operations.
Type Aliases§
- Result
- Convenience alias for
Result<T, WebAnalyzerError>.