Searched refs:DisplayAttrStyle (Results 1 – 1 of 1) sorted by relevance
254 parsing::DisplayAttrStyle(&self.style), in parse_args_with()262 parsing::DisplayAttrStyle(&self.style), in parse_args_with()764 pub(super) struct DisplayAttrStyle<'a>(pub &'a AttrStyle); struct766 impl<'a> Display for DisplayAttrStyle<'a> { implementation