pub fn from_fn<F>(f: F) -> FromFn<F>Available on non-crate feature
ferrocene_certified only.Expand description
Creates a type whose fmt::Debug and fmt::Display impls are
forwarded to the provided closure.
pub fn from_fn<F>(f: F) -> FromFn<F>ferrocene_certified only.Creates a type whose fmt::Debug and fmt::Display impls are
forwarded to the provided closure.