[][src]Function rbx_xml::to_writer

pub fn to_writer<W: Write>(
    writer: W,
    tree: &RbxTree,
    ids: &[RbxId],
    options: EncodeOptions
) -> Result<(), EncodeError>

Serializes a subset of the given tree to an XML format model or place, writing to something that implements the std::io::Write trait.