You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: type `fastnbt::input::Slice<'_>` is private|| let mut deserializer = fastnbt::de::Deserializer::from_bytes(&bytes, fastnbt::DeOpts::default());| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ private type
Should fastnbt::de::Deserializer::from_bytes be usable?
The text was updated successfully, but these errors were encountered:
I’d like to use
serde_path_to_error
but don’t see how to acquire the prerequisitefastnbt::de::Deserializer
:Should
fastnbt::de::Deserializer::from_bytes
be usable?The text was updated successfully, but these errors were encountered: