//! Implementations of the various items that Types may possess. These items tend to support
//! the kind of operations that can be performed on that item during compile time, such as
//! calling a function or retrieving the value of a field.
use crateValue;
pub use AssocConst;
pub use ;
pub use AssocFn;
pub use UnionField;
pub use ;
pub type AccessHelper = for<'a, 'b> fn ;
pub type SetHelper = fn;