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