pub fn from_fn_mut<F>(f: F) -> LocalRenderFnExpand description
Creates a local render function from a FnMut closure.
Use this when the render handler needs mutable state and doesn’t need to be thread-safe.
pub fn from_fn_mut<F>(f: F) -> LocalRenderFnCreates a local render function from a FnMut closure.
Use this when the render handler needs mutable state and doesn’t need to be thread-safe.