Skip to main content

Module token_effect_base

Module token_effect_base 

Source
Expand description

TokenEffectBase — shared token creation machinery.

Mirrors Java’s TokenEffectBase.java. Rust effects are generated as resolver functions rather than subclasses, so this module exposes a trait with Java-parity default methods plus a concrete stateless implementation used by effects that need the common token path.

Structs§

TokenCreateResult
TokenCreateTable
TokenEffectBaseImpl
TokenTableCell

Enums§

TokenAttachmentTarget

Constants§

TOKEN_EFFECT_BASE

Traits§

TokenEffectBase