Function spacetimedb_sats::de::fmt_fn

source ·
pub fn fmt_fn<F: Fn(&mut Formatter<'_>) -> Result>(f: F) -> FDisplay<F>
Expand description

Turns a closure F: Fn(&mut Formatter) -> Result into a Displayable object.