[][src]Trait tdb_core::dtf::update::UpdateVecConvert

pub trait UpdateVecConvert {
    fn as_json(&self) -> String;
fn to_csv(&self) -> String; }

convertion methods for slice of Updates

Required methods

fn as_json(&self) -> String

convert into json

fn to_csv(&self) -> String

convert into csv

Loading content...

Implementations on Foreign Types

impl UpdateVecConvert for [Update][src]

impl UpdateVecConvert for Vec<Update>[src]

Loading content...

Implementors

Loading content...