mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix salvo server function handler example
This commit is contained in:
parent
158852e5a0
commit
da44b7a3f2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ pub trait DioxusRouterExt {
|
|||
/// use dioxus_fullstack::prelude::*;
|
||||
///
|
||||
/// struct ServerFunctionHandler {
|
||||
/// server_fn: ServerFunction,
|
||||
/// server_fn: server_fn::ServerFnTraitObj<DioxusServerContext>,
|
||||
/// }
|
||||
///
|
||||
/// #[handler]
|
||||
|
|
Loading…
Reference in a new issue