Trait strum::AsStaticRef

source ·
pub trait AsStaticRef<T>where
    T: ?Sized,
{ fn as_static(&self) -> &'static T; }
Expand description

A cheap reference-to-reference conversion. Used to convert a value to a reference value with 'static lifetime within generic code.

Required Methods§

Implementors§