Struct rustc_serialize::json::Builder
[-] [+]
[src]
pub struct Builder<T> {
// some fields omitted
}A Builder consumes a json::Parser to create a generic Json structure.
pub struct Builder<T> {
// some fields omitted
}A Builder consumes a json::Parser to create a generic Json structure.
impl<T: Iterator<Item=char>> Builder<T>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).