//! Implements the public traits that developers inherit from in order to properly utilize the
//! derive macro's functionality in code conversion and generation.
use BTreeMap;
use crateValue;
// Alias for BTreeMap with String keys and values
pub type StringMap = ;
// Alias for BTreeMap with String keys and generic values
pub type GenericMap = ;