pub fn update_last_error<E: Display>(err: E)
Expand description

Rust function to register a new error.

Example


update_last_error("Hello, World!");