Add a Loopable trait for dust sections.

This commit is contained in:
Tom Alexander
2020-04-28 19:34:52 -04:00
parent c961cf7ab8
commit e5c4ba8c82
4 changed files with 72 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ mod errors;
mod renderer;
pub use context_element::ContextElement;
pub use context_element::Loopable;
pub use context_element::Renderable;
pub use context_element::Walkable;
pub use errors::CompileError;