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]

Auto Trait Implementations

impl<'a> Send for SliceRead<'a>

impl<'a> Sync for SliceRead<'a>