Type Alias choco::Guide

source ·
pub type Guide<'a> = HashMap<&'a str, NodeIndex>;
Expand description

Guide can help searching for the particular bookmark story should continue from

Aliased Type§

struct Guide<'a> { /* private fields */ }