Marshal

Trait Marshal 

Source
pub trait Marshal {
    // Required method
    fn marshal(&self) -> String;
}

Required Methods§

Source

fn marshal(&self) -> String

Implementors§