Function server_fn::server_fns_by_path
source · pub fn server_fns_by_path<T: 'static, R: ServerFunctionRegistry<T>>(
) -> Vec<&'static str>
Expand description
Returns the set of currently-registered server function paths, for debugging purposes.