Type Definition git_protocol::fetch::command::Feature

source ·
pub type Feature = (&'static str, Option<&'static str>);
Available on crate features blocking-client or async-client only.
Expand description

A key value pair of values known at compile time.