fix salvo server function handler example

This commit is contained in:
Evan Almloff 2023-06-19 16:11:59 -05:00
parent 158852e5a0
commit da44b7a3f2

View file

@ -76,7 +76,7 @@ pub trait DioxusRouterExt {
/// use dioxus_fullstack::prelude::*;
///
/// struct ServerFunctionHandler {
/// server_fn: ServerFunction,
/// server_fn: server_fn::ServerFnTraitObj<DioxusServerContext>,
/// }
///
/// #[handler]