pub trait AsStaticRef<T>: AsRef<T> { // Required method fn as_static_ref(&'static self) -> &'static T; }