Type Alias Cv

Source
pub type Cv<'c, V> = (Ctx<'c, V>, V);
Expand description

Combination of context and input value.