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.