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
Due to coherence limitations, the IonInput trait cannot provide blanket impls for all of the Read types that it could. This can lead to frustrating situations in which a user would like to read Ion from a common type but cannot without first wrapping it in a BufReader or similar.
This could be addressed by making IonStream and IonSlicepub (potentially without exposing any of their methods).
The text was updated successfully, but these errors were encountered:
Due to coherence limitations, the
IonInput
trait cannot provide blanket impls for all of theRead
types that it could. This can lead to frustrating situations in which a user would like to read Ion from a common type but cannot without first wrapping it in aBufReader
or similar.This could be addressed by making
IonStream
andIonSlice
pub
(potentially without exposing any of their methods).The text was updated successfully, but these errors were encountered: