Trait ppv_lite86::Vector

source ·
pub trait Vector<T> {
    // Required method
    fn to_scalars(self) -> T;
}

Required Methods§

source

fn to_scalars(self) -> T

Implementors§