Type Alias 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ยง

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