Module string

Source

Structsยง

StringTracer
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.