Structsยง
- String
Tracer - A naive string tracer serializes error messages into
string and simply concatenate them together.
This can be used for example in
no_std
environment, which may not support more complex error tracers.
no_std
environment,
which may not support more complex error tracers.