Skip to main content

ProvidesPart

Trait ProvidesPart 

Source
pub trait ProvidesPart {
    // Required method
    fn part(&self) -> &dyn Any;
}
Expand description

A trait for objects that provide access to their XmlPart

Required Methods§

Source

fn part(&self) -> &dyn Any

Get the XmlPart for this object

Implementors§