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