1
2
3
4
5
6
//! Type registry

mod local_registry;
mod local_type;

pub use self::{local_registry::LocalRegistry, local_type::LocalType};