coerce_static

Function coerce_static 

Source
pub fn coerce_static<T: 'static, U: 'static>(value: T) -> U
Expand description

Similar to coerce but operates on any lifetime-free type.