Trait sharedptr::ISetNullWeak[][src]

pub trait ISetNullWeak {
    fn set_null(&mut self);
}

Required methods

fn set_null(&mut self)[src]

Loading content...

Implementations on Foreign Types

impl<T> ISetNullWeak for Weak<T>[src]

impl<T> ISetNullWeak for Weak<T>[src]

Loading content...

Implementors

Loading content...