Trait windows::Data::Xml::Dom::IXmlText_Impl
pub trait IXmlText_Impl: Sized + IXmlCharacterData_Impl + IXmlNode_Impl + IXmlNodeSelector_Impl + IXmlNodeSerializer_Impl {
// Required method
fn SplitText(&self, offset: u32) -> Result<IXmlText>;
}
Required Methods§
Object Safety§
This trait is not object safe.