Module style_traits::arc_slice

source ·
Expand description

A thin atomically-reference-counted slice.

Structs

  • A wrapper type for a refcounted slice using ThinArc.
  • The inner pointer of an ArcSlice, to be sent via FFI. The type of the pointer is a bit of a lie, we just want to preserve the type but these pointers cannot be constructed outside of this crate, so we’re good.

Constants