[][src]Module bracket::helper

Helper trait and types for the default set of helpers.

Modules

each

Block helper that iterates arrays and objects.

if

Helpers for conditional statements.

json

Helper that returns a JSON string.

log

Helper to print log messages.

logical

Helpers for conditional statements.

lookup

Helper to lookup a field of an array or object.

unless

Block helper for negated conditional.

with

Block helper that sets the scope.

Structs

BlockTemplate

Encapsulates the templates passed to a block helper.

Context

Context for the call to a helper.

HelperRegistry

Registry of helpers.

Traits

Assertion

Trait for types that provide helper assertions.

BlockHelper

Trait for block helpers.

Helper

Trait for helpers.

Type Definitions

BlockResult

The result type that block helpers should return.

ValueResult

The result type that helpers should return.