Function rbx_xml::from_str

source ·
pub fn from_str<S: AsRef<str>>(
    reader: S,
    options: DecodeOptions<'_>
) -> Result<WeakDom, DecodeError>
Expand description

Decodes an XML-format model or place from a string.