Struct rustc_serialize::json::Builder [−][src]
Expand description
A Builder consumes a json::Parser to create a generic Json structure.
Fields
parser: Parser<T>
token: Option<JsonEvent>
Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Builder<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Builder<T> where
T: UnwindSafe,
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.