Trait peroxide::util::api::PYTHON

source ·
pub trait PYTHON {
    fn new<T>(v: Vec<Vec<T>>) -> Self
    where
        T: Into<f64> + Copy
; }

Required Methods

Implementors