[−][src]Trait shared_string::RefCounter
A trait to allow SharedString to be generic over any reference counter.
Implemented for Rc and Arc.
Requires the traits Clone + Sized +
Deref<Box<[u8]>> + From<Box<[u8]>>
A trait to allow SharedString to be generic over any reference counter.
Implemented for Rc and Arc.
Requires the traits Clone + Sized +
Deref<Box<[u8]>> + From<Box<[u8]>>
impl RefCounter for Rc<Box<[u8]>>[src]impl RefCounter for Arc<Box<[u8]>>[src]