Function rbx_xml::from_str_default

source ยท
pub fn from_str_default<S: AsRef<str>>(
    reader: S,
) -> Result<WeakDom, DecodeError>
Expand description

Decodes an XML-format model or place from a string using the default decoder options.