pub type BoxedError = Box<dyn Error + Send + Sync>;
A boxed error type for use in root-finding callbacks.
pub struct BoxedError(/* private fields */);