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