pub type BinariesMap = HashMap<BinaryId, Vec<u8>>;
A type alias for the global map with binaries.
struct BinariesMap { /* private fields */ }