Struct fann::FannError
[−]
[src]
pub struct FannError {
pub error_type: FannErrorType,
pub error_str: String,
}Fields
error_type | |
error_str |
Methods
impl FannError
unsafe fn check_no_error(errdat: *mut fann_error) -> FannResult<()>
Returns an Err if the previous operation on errdat has resulted in an error, otherwise
Ok(()).