[][src]Function fbxcel::pull_parser::any::from_reader

pub fn from_reader<R: Read>(reader: R) -> Result<AnyParser<PlainSource<R>>>

Loads a tree from the given reader.

This works for seekable readers (which implement std::io::Seek), but from_seekable_reader should be used for them, because it is more efficent.