Function rapid_web::shift::util::is_valid_handler
source · pub fn is_valid_handler(macro_name: &str, attributes: Vec<Attribute>) -> boolExpand description
Method for checking if a handler function is valid Handlers are only valid if they have a “#[rapid_handler]” macro on them