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