//! The internal API for setting and getting the last error message.
// All of this module is `pub(crate)` and should not appear in the C header file
// or documentation.
use RefCell;
thread_local!
/// Update the last error with a new error message.
pub
/// Get the last error message if there is one.
pub