Struct serde_json::de::SliceRead [] [src]

pub struct SliceRead<'a> { /* fields omitted */ }
[]

JSON input source that reads from a slice of bytes.

Methods

impl<'a> SliceRead<'a>
[src]

[]

Create a JSON input source to read from a slice of bytes.

Trait Implementations

impl<'a> Read<'a> for SliceRead<'a>
[src]