[][src]Module liquid_core::model::value

A liquid value`

Structs

ValueViewCmp

Value comparison semantics for types implementing ValueView.

Enums

DisplayCow

Abstract the lifetime of a Display.

State

Queryable state for a Value.

Value

An enum to represent different value types

ValueCow

Abstract the lifetime of a Value.

Traits

ValueView

Accessor for Values.

Functions

from_value

Convert a value into T.

to_value

Convert a T into liquid_core::model::Value.