higher_order_functions 0.2.0

A small collection of traits for implementing higher order functions
Documentation
1
2
3
// FIXME (#20041): Replace this workaround with real type equality constraints
pub trait TypeEquals<T>: From<T> { }
impl<T> TypeEquals<T> for T { }