Skip to main content

CallerMap

Type Alias CallerMap 

Source
pub type CallerMap = BTreeMap<String, CallerMeta>;
Expand description

Maps a local identifier name to the caller it was imported as.

Aliased Typeยง

pub struct CallerMap { /* private fields */ }