Trait reopenconnect::protocol::cac::authc::client_pdu::ToXml[][src]

pub trait ToXml: Debug + Send + Sync + 'static {
    fn to_xml(&self) -> XmlElement;
}

Required methods

Implementations on Foreign Types

Implementors