pub struct FromFn<F>(/* private fields */);Expand description
Implements fmt::Debug and fmt::Display via the provided closure.
Created with from_fn.
pub struct FromFn<F>(/* private fields */);Implements fmt::Debug and fmt::Display via the provided closure.
Created with from_fn.