Module ramhorns::traits

source ·
Expand description

This module contains helper traits that are used internally to manage sequences of types implementing the Content trait, allowing us to statically manage parent section lookups without doing extra work on runtime.

Traits§

  • Helper trait used to rotate a queue of parent Contents. Think of this as of a rotating buffer such that:
  • Helper trait that re-exposes render_field_x methods of a Content trait, calling those methods internally on all Contents contained within Self.