from_str_default

Function 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.