Expand description
Implementation of the server_fn macro.
This crate contains the implementation of the server_fn macro. server_macro_impl can be used to implement custom versions of the macro for different frameworks that allow users to pass a custom context from the server to the server function.
Functionsยง
- server_
macro_ impl - The implementation of the
servermacro.