pub trait FromXml<B: AsyncBufRead + Send + Unpin> { type Visitor: Visitor<B, Output = Self> + Default + Send; }