[][src]Type Definition sane::value::Map

type Map = BTreeMap<String, Value>;

Type representing a SANE map, payload of the Value::Map variant. Represents a SANE key/value type. It is backed by a BTreeMap