Type Alias heron_rebuild_syntax::ast::Branch

source ·
pub type Branch<'a> = Vec<(&'a str, &'a str)>;
Expand description

type alias to make branch-related type signatures more readable.

Aliased Type§

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