Type Definition move_compiler::parser::comments::CommentMap
source · [−]pub type CommentMap = BTreeMap<FileHash, MatchedFileCommentMap>;
Expand description
Types to represent comments.
pub type CommentMap = BTreeMap<FileHash, MatchedFileCommentMap>;
Types to represent comments.