Skip to main content

Feature

Type Alias Feature 

Source
pub type Feature = (&'static str, Option<String>);
Expand description

A feature name known at compile time and its optional owned value.