Function rbx_xml::from_reader_default[][src]

pub fn from_reader_default<R: Read>(reader: R) -> Result<WeakDom, DecodeError>

Decodes an XML-format model or place from something that implements the std::io::Read trait using the default decoder options.