[−][src]Trait binjs::io::bytes::serialize::Deserializer
A value that may be deserialized from bytes, optionally decompressed.
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
impl Deserializer for Option<SharedString>
[src]
Deserialize a String|null
type Target = Option<SharedString>
fn read<R>(&self, inp: &mut R) -> Result<Option<SharedString>, Error> where
R: Read,
[src]
R: Read,