Function rbx_binary::from_reader_default[][src]

pub fn from_reader_default<R: Read>(reader: R) -> Result<WeakDom, DecodeError>
Expand description

Decodes an binary format model or place from something that implements the std::io::Read trait.