Function serde_json::read::next_or_eof

source ยท
fn next_or_eof<'de, R>(read: &mut R) -> Result<u8>
where R: ?Sized + Read<'de>,