[][src]Module liquid::partials

Structs

EagerCompiler

An eagerly-caching compiler for PartialSource.

InMemorySource

In-memory collection of partial-template source code.

LazyCompiler

An lazily-caching compiler for PartialSource.

OnDemandCompiler

An on-demand compiler for PartialSource.

Traits

PartialCompiler

Compile a PartialSource into a PartialStore of Renderables.

PartialSource

Partial-template source repository.