Type Definition rgoap::State [] [src]

type State = BTreeMap<String, bool>;

A map of state atoms to their values.