rust_integration_services/utils/
result.rs

1pub type ResultDyn<T> = Result<T, Box<dyn std::error::Error + Send + Sync>>;