pub trait MysqlDumpQuickXml { // Required method fn from_str(str: &str) -> Vec<Self> where Self: Sized; }