Module flex_error::tracer_impl::string[][src]

Structs

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.