Trait uncon::IntoUnchecked [] [src]

pub trait IntoUnchecked<T>: Sized {
    unsafe fn into_unchecked(self) -> T;
}

Unchecked and potentially unsafe conversions from Self into T.

Required Methods

Performs the unchecked conversion.

Implementors