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

Required Methods

Implementors