Type Alias CommentList

Source
pub type CommentList = BTreeMap<NodeSpan, Comment>;
Expand description

A list of comments indexed by their position

Aliased Typeยง

struct CommentList { /* private fields */ }