use ;
/// To assert an implementor creates the expected result, we transform it into a string and compare
/// it which an expectation (generally another string). This function checks if they are equal.
/// Because AttributeArgs are just a Vec of nested Meta,
/// we cannot parse it with parse_quote!. Instead,
/// we use this to extract the args from a whole attribute.