Function dioxus_fullstack::prelude::with_server_context
source ยท pub fn with_server_context<O>(
context: DioxusServerContext,
f: impl FnOnce() -> O,
) -> OAvailable on crate feature
server only.Expand description
Run a function inside of the server context.