Struct xgboost::XGBError[][src]

pub struct XGBError { /* fields omitted */ }

Wrap errors returned by the XGBoost library.

Trait Implementations

impl Debug for XGBError
[src]

Formats the value using the given formatter. Read more

impl Eq for XGBError
[src]

impl PartialEq for XGBError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Error for XGBError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Display for XGBError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for XGBError

impl Sync for XGBError