Expand description
Custom error types for thrust.
This module provides a unified error type for all thrust operations,
replacing generic Box<dyn std::error::Error> with a concrete enum
that enables better error handling, logging, and debugging.
Enumsยง
- Thrust
Error - A unified error type for thrust operations.