Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Vector

Trait Vector 

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

Required Methods§

Source

fn to_scalars(self) -> T

Implementors§