dioxus_static_site_generation::prelude::server_fn

Macro server_fn_error

Source
macro_rules! server_fn_error {
    () => { ... };
    ($err:expr) => { ... };
}
Expand description

A helper macro to convert a variety of different types into ServerFnError. This should mostly be used if you are implementing From<ServerFnError> for YourError.