Function push_decode::decode_sync_lgio
source · pub fn decode_sync_lgio<D: Decoder + Default, R: BufRead + ?Sized>(
reader: &mut R
) -> Result<D::Value, ReadError<D::Error, R::ReadError>>Available on crate feature
lgio only.Expand description
Synchronously decodes a value from the given reader.