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.
pub fn with_server_context<O>(
context: DioxusServerContext,
f: impl FnOnce() -> O,
) -> Oserver only.Run a function inside of the server context.