Function decode_async_std

Source
pub async fn decode_async_std<D: Decoder + Default>(
    reader: impl BufRead,
) -> Result<D::Value, ReadError<D::Error>>
Available on crate feature async-std only.
Expand description

Asynchronously decodes a value from the given reader.