[][src]Type Definition rgraph::ValuesCache

type ValuesCache = Map<String, Rc<dyn Any>>;

type used to store results of executions and pass it to further solver instances

Trait Implementations

impl Cache for ValuesCache[src]