Struct fann_sys::fann_error[][src]

#[repr(C)]
pub struct fann_error { /* fields omitted */ }

Structure used to store error-related information, both fann and fann_train_data can be cast to this type.

See also

fann_set_error_log, fann_get_errno

Auto Trait Implementations

impl !Send for fann_error

impl !Sync for fann_error