Struct shared_slice::rc::WeakSlice
[-]
[+]
[src]
pub struct WeakSlice<T> {
// some fields omitted
}A non-owning reference-counted slice type.
This is to RcSlice as std::rc::Weak is to std::rc::Rc, and
allows one to have cyclic references without stopping memory from
being deallocated.