Type Alias dialogical::InteractionMap
source · pub type InteractionMap = HashMap<String, Interaction>;Expand description
Represents a list of interactions, but with a HashMap so you don’t have to constantly filter through the list
Aliased Type§
struct InteractionMap { /* private fields */ }