Skip to main content

Module error_to_string

Module error_to_string 

Source

Traits§

ErrorToString
C++ errorToString<T> is an if constexpr switch over the concrete error type. Rust models the per-type compile-time dispatch with a trait implemented once per error record; the generic function delegates to it.

Functions§

error_to_string