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