A smart pointer type that can wrap either a &'static T or an Arc<T>.
&'static T
Arc<T>
See the examples/ folder for example usage.
examples/