Type Definition apollo_compiler::database::hir::ByName

source ·
pub type ByName<T> = Arc<IndexMap<String, Arc<T>>>;