pub type MaybeRef<T> = Maybe<&'static T>;
Alias for Maybe<&'static T> for folks with wrist pain.
Maybe<&'static T>