Constant HOST_REQ_OPTIONAL
pub const HOST_REQ_OPTIONAL: &'static str;
Expand description
Indicates that a host feature is optional. This is the default and is
equivalent to omitting the feature from host_requirements
.
pub const HOST_REQ_OPTIONAL: &'static str;
Indicates that a host feature is optional. This is the default and is
equivalent to omitting the feature from host_requirements
.