ppv_lite86

Trait Vector

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

Required Methods§

source

fn to_scalars(self) -> T

Implementors§