Home
last modified time | relevance | path

Searched refs:ErrorHandler (Results 1 – 1 of 1) sorted by relevance

/libCEED/rust/libceed/src/
H A Dlib.rs190 pub enum ErrorHandler { enum
278 Ceed::init_with_error_handler(resource, ErrorHandler::ErrorStore) in init()
293 pub fn init_with_error_handler(resource: &str, handler: ErrorHandler) -> Self { in init_with_error_handler()
304 ErrorHandler::ErrorAbort => bind_ceed::CeedErrorAbort, in init_with_error_handler()
305 ErrorHandler::ErrorExit => bind_ceed::CeedErrorExit, in init_with_error_handler()
306 ErrorHandler::ErrorReturn => bind_ceed::CeedErrorReturn, in init_with_error_handler()
307 ErrorHandler::ErrorStore => bind_ceed::CeedErrorStore, in init_with_error_handler()