pub trait IXmlRepresentationControllerTrait {
    // Required method
    unsafe fn getXmlRepresentationStream(
        &self,
        info: *mut RepresentationInfo,
        stream: *mut IBStream
    ) -> tresult;
}

Required Methods§

Implementors§