[][src]Function rbx_xml::from_reader

pub fn from_reader<R: Read>(
    reader: R,
    options: DecodeOptions
) -> Result<RbxTree, DecodeError>

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