Type Alias gix_protocol::command::Feature

source ยท
pub type Feature = (&'static str, Option<Cow<'static, str>>);
Expand description

A key value pair of values known at compile time.