Expand description

This crate contains the default implementation of the #crate::server macro without additional context from the server. See the server_fn_macro crate for more information.

Attribute Macros§

  • Declares that a function is a server function. This means that its body will only run on the server, i.e., when the ssr feature is enabled on this crate.