Module literal

Module literal 

Source
Expand description

Literal helpers are now provided by llkv-types. This module re-exports them for backward compatibility.

Enums§

Literal
A literal value that has not yet been coerced into a specific native type. This allows for type inference to be deferred until the column type is known.
LiteralCastError
Error converting a Literal into a concrete native type.

Traits§

FromLiteral
Helper trait implemented for primitive types that can be produced from a Literal.
LiteralExt
Extension methods for working with Literal.