pub fn get_server_fn_by_path(
path: &str,
) -> Option<ServerFnTraitObj<SpinRequest, SpinResponse>>
Expand description
Returns the server function at the given path
pub fn get_server_fn_by_path(
path: &str,
) -> Option<ServerFnTraitObj<SpinRequest, SpinResponse>>
Returns the server function at the given path