Compiling.
Need to see if I can do a generic implemented of IntoBoxedContextElement for all objects implementing Copy, and I need to implement the compare code to make sure this all works before I start integrating this more.
This commit is contained in:
@@ -8,6 +8,7 @@ mod renderer;
|
||||
mod walking;
|
||||
|
||||
pub use context_element::ContextElement;
|
||||
pub use context_element::IntoBoxedContextElement;
|
||||
pub use context_element::Loopable;
|
||||
pub use context_element::Renderable;
|
||||
pub use context_element::Walkable;
|
||||
|
||||
Reference in New Issue
Block a user