pub type LazyJustFn<V> = LazyJust<V, fn() -> V>;
Shorthand for LazyJust<T, fn () -> T>.
LazyJust<T, fn () -> T>
struct LazyJustFn<V> { /* private fields */ }