Trait simd_abstraction::tools::Load[][src]

pub trait Load<T> {
    type Output;
    fn load(self, src: T) -> Self::Output;
}

Associated Types

Required methods

Implementors