Struct std::rc::Weak [] [src]

pub struct Weak<T> where T: ?Sized {
    // some fields omitted
}
Unstable

: Weak pointers may not belong in this module.

A weak version of Rc<T>.

Weak references do not count when determining if the inner value should be dropped.

See the module level documentation for more.