Skip to main content

with_last_error

Function with_last_error 

Source
pub fn with_last_error<F, R>(f: F) -> R
where F: FnOnce(Option<&_xmlError>) -> R,
Expand description

Get a reference to the last error (for structured error callback).