Skip to main content

WeakSRcRefCell

Type Alias WeakSRcRefCell 

Source
pub type WeakSRcRefCell<T> = WeakSRc<RefCellStorage, T>;
Expand description

Weak handle for SRcRefCell.

Use this alias when the strong handle has type SRcRefCell<T>.

Aliased Typeยง

pub struct WeakSRcRefCell<T> { /* private fields */ }