[][src]Trait qutonium::exports::export::Exporter

pub trait Exporter {
    fn new(data: Suite) -> Self;
fn parse(self) -> Self;
fn path(self, pathname: String) -> Self; }

Required methods

fn new(data: Suite) -> Self

fn parse(self) -> Self

fn path(self, pathname: String) -> Self

Loading content...

Implementors

impl Exporter for JSON[src]

Loading content...