Skip to main content

SpannedComment

Type Alias SpannedComment 

Source
pub type SpannedComment = Spanned<Comment>;
Expand description

A comment paired with its source span.

Aliased Type§

pub struct SpannedComment {
    pub value: Comment,
    pub span: Span,
}

Fields§

§value: Comment§span: Span