Module edn::types [] [src]

Structs

Span

Span represents the current offset (start, end) into the input string.

ValueAndSpan

A wrapper type around SpannedValue and Span, representing some EDN value and the parsing offset (start, end) in the original EDN string.

Enums

SpannedValue

SpannedValue is the parallel to Value but used in ValueAndSpan. Container types have ValueAndSpan children.

Value

Value represents one of the allowed values in an EDN string.

Traits

FromMicros
ToMicros