Trait ppv_lite86::UnsafeFrom[][src]

pub trait UnsafeFrom<T> {
    unsafe fn unsafe_from(t: T) -> Self;
}

Required methods

Implementors