pub trait FeatureName: Borrow<str> + Eq + Hash { }
Expand description

Name of a feature, as recognized by this crate.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Borrow<str> + Eq + Hash> FeatureName for T