pub fn visit_annotations<I: Layout>(
visitor: &mut (impl Visitor<I> + ?Sized),
annotations: &[Annotation],
)Expand description
The default implementation of Visitor::visit_annotations.
pub fn visit_annotations<I: Layout>(
visitor: &mut (impl Visitor<I> + ?Sized),
annotations: &[Annotation],
)The default implementation of Visitor::visit_annotations.