Type Alias SingleThreadedCommentsMap
pub type SingleThreadedCommentsMap = Rc<RefCell<HashMap<BytePos, Vec<Comment>, BuildHasherDefault<FxHasher>>>>;
Available on crate feature
__common
only.Aliased Typeยง
struct SingleThreadedCommentsMap { /* private fields */ }