Module sentry_types::protocol::v7::map[][src]

The internally used arbitrary data map type.

It is currently backed by the linked-hash-map crate's hash map so that insertion order is preserved.

Re-exports

pub use std::collections::btree_map::*;

Structs

Map

A map based on a B-Tree.