Home
last modified time | relevance | path

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

/libCEED/rust/libceed/src/
H A Dlib.rs278 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() method