Starting a type casting trait

This commit is contained in:
Tom Alexander
2020-06-13 19:39:31 -04:00
parent 11096d7ece
commit 9eb70f436c
5 changed files with 27 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ mod renderer;
mod select_context;
mod walking;
pub use context_element::Castable;
pub use context_element::CompareContextElement;
pub use context_element::ContextElement;
pub use context_element::IceResult;