Trait quick_xml::AsStr [] [src]

pub trait AsStr {
    fn as_str(&self) -> Result<&str>;
}

A trait to support on-demand conversion from UTF-8

Required Methods

Converts this to an &str

Implementors