1 2 3 4
use serde_json::Value; pub type ExtraFields = serde_json::Map<String, Value>; pub type JsonMap = serde_json::Map<String, Value>;