Trait rustml::vectors::VectorIO [] [src]

pub trait VectorIO {
    fn to_file(&self, path: &str) -> bool;
}

Required Methods

fn to_file(&self, path: &str) -> bool

Implementors