Searched defs:DisplayAttrStyle (Results 1 – 1 of 1) sorted by relevance
764 pub(super) struct DisplayAttrStyle<'a>(pub &'a AttrStyle); struct766 impl<'a> Display for DisplayAttrStyle<'a> { implementation