[][src]Module pushrod::render::layout_cache

This is a caching object that stores a container of Layout objects, managed by the Pushrod engine.

Structs

LayoutCache

This is a container object that stores a Vec of LayoutContainer objects for its cache.

LayoutContainer

This is a container object that stores a Layout object, and its ID.