fn scalar_to_string(scalar: Scalar<'_>) -> Result<String, SectionError>
Expand description
Process a scalar into a string. The ToString implementation of [Scalar] will be used if the scalar is ASCII. This implementation is weird overall because it will not handle non-ASCII characters correctly.