Type Alias SingleThreadedCommentsMap

pub type SingleThreadedCommentsMap = Rc<RefCell<HashMap<BytePos, Vec<Comment>, FxBuildHasher>>>;
Available on crate feature __common only.

Aliased Typeยง

struct SingleThreadedCommentsMap { /* private fields */ }