Constant servo_arc::STATIC_REFCOUNT
source ยท pub(crate) const STATIC_REFCOUNT: usize = usize::MAX; // 18_446_744_073_709_551_615usize
Expand description
Special refcount value that means the data is not reference counted,
and that the Arc
is really acting as a read-only static reference.