Trait glib::clone::Downgrade[][src]

pub trait Downgrade where
    Self: Sized
{ type Weak; fn downgrade(&self) -> Self::Weak; }
Expand description

Trait for generalizing downgrading a strong reference to a weak reference.

Associated Types

Weak reference type.

Required methods

Downgrade to a weak reference.

Implementations on Foreign Types

Implementors