ToXML

Trait ToXML 

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

Required Methods§

Source

fn to_xml(&self) -> String

Converts to a String of XML.

Implementations on Foreign Types§

Source§

impl ToXML for Vec<Members>

Source§

fn to_xml(&self) -> String

Source§

impl ToXML for Vec<Types>

Source§

fn to_xml(&self) -> String

Implementors§