Branches

Type Alias Branches 

Source
pub type Branches = BTreeMap<Key, Value>;
Expand description

A map of coverage information about branches.

Aliased Typeยง

pub struct Branches { /* private fields */ }