[][src]Type Definition rsure::StoreTags

type StoreTags = BTreeMap<String, String>;

Tags are just key/value pairs. Both key and value should be printable strings.