pub type ValueProjection<From, E> = Box<dyn Fn(&From) -> Result<Value, E>>;
Expand description

A function Type that projects a reference to From to a Value