[][src]Trait libsugar::named_into::IntoRefCell

pub trait IntoRefCell: Sized {
    pub fn ref_cell(self) -> RefCell<Self> { ... }
}

Provided methods

pub fn ref_cell(self) -> RefCell<Self>[src]

Loading content...

Implementors

impl<T> IntoRefCell for T[src]

Loading content...