Struct serde_json::de::StrRead[][src]

pub struct StrRead<'a> { /* fields omitted */ }

JSON input source that reads from a UTF-8 string.

Methods

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

Create a JSON input source to read from a UTF-8 string.

Trait Implementations

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

Auto Trait Implementations

impl<'a> Send for StrRead<'a>

impl<'a> Sync for StrRead<'a>