pub fn is_valid_handler(macro_name: &str, attributes: Vec<Attribute>) -> bool
Expand description

Method for checking if a handler function is valid Handlers are only valid if they have a “#[rapid_handler]” macro on them