pub fn server_fn_trait_obj_by_path<T: 'static, R: ServerFunctionRegistry<T>>(
    path: &str
) -> Option<ServerFnTraitObj<T>>
Expand description

Returns a trait obj of the server fn for calling purposes