error: type `fastnbt::input::Reader<R>` is private
--> crates/test/global/src/lib.rs:102:28
|
102 | let deserializer = fastnbt::de::Deserializer::from_reader(reader, fastnbt::DeOpts::new());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ private type
This should be same to from_bytes function (#117 )
Trying to call the
from_reader
function results:This should be same to
from_bytes
function (#117 )