Trait strum::AsStaticRef
source · [−]👎Deprecated since 0.22.0: please use
#[derive(IntoStaticStr)]
insteadExpand description
A cheap reference-to-reference conversion. Used to convert a value to a
reference value with 'static
lifetime within generic code.