wiwi::rc

Type Alias RcStrThread

Source
pub type RcStrThread<M = ()> = RcStr<ThreadCounter, M>;
Expand description

Single threaded reference counting thin pointer to a str, optionally carrying arbitrary additional metadata

Aliased Typeยง

struct RcStrThread<M = ()> { /* private fields */ }