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

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

convertion methods for slice of Updates

Required methods

fn as_json(&self) -> String

convert into json

fn as_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...