[−][src]Module lrl_test_compiler::result::stringable
The stringable module provides the Stringable enumerated type. This type makes it easier to represent varied formattable values.
Enums
Stringable | A Stringable is simply a value that can be converted into a String This type supports heap allocated strings, string slices, and heap allocated values that support display |