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

Required Associated Types

Implementations on Foreign Types

Implementors