pub trait ProvidesPart { // Required method fn part(&self) -> &dyn Any; }
A trait for objects that provide access to their XmlPart
Get the XmlPart for this object