[][src]Trait libsugar::named_into::IntoUnsafeCell

pub trait IntoUnsafeCell: Sized {
    pub unsafe fn unsafe_cell(self) -> UnsafeCell<Self> { ... }
}

Provided methods

pub unsafe fn unsafe_cell(self) -> UnsafeCell<Self>[src]

Loading content...

Implementors

impl<T> IntoUnsafeCell for T[src]

Loading content...