Function rbx_xml::from_reader

source ·
pub fn from_reader<R: Read>(
    reader: R,
    options: DecodeOptions<'_>
) -> Result<WeakDom, DecodeError>
Expand description

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