pub type PoolMapping<C> = SmtMapping<C, PoolKey, PoolState>;Expand description
A mapping from pool keys to internal pool states.
Aliased Type§
pub struct PoolMapping<C> {
pub mapping: Tree<C>,
/* private fields */
}Fields§
§mapping: Tree<C>