Skip to main content

Module error

Module error 

Source
Expand description

Runtime error type for the dynamic dispatch API.

This module defines DiffsolRtError, a newtype wrapper around DiffsolError. It implements Display, std::error::Error, and From<DiffsolError>. All operations in the dynamic dispatch API that can fail return Result<_, DiffsolRtError>.

Structsยง

DiffsolRtError