Trait simd::Convert [−] [src]

pub unsafe trait Convert<Out> {
    fn convert(self) -> Out;
}

Required Methods

fn convert(self) -> Out

Implementors