Skip to main content

BoxedError

Type Alias BoxedError 

Source
pub type BoxedError = Box<dyn Error + Send + Sync>;
Expand description

A boxed error type for use in root-finding callbacks.

Aliased Typeยง

pub struct BoxedError(/* private fields */);