Macro rustc_serialize::json::expect[][src]

macro_rules! expect {
    ($e : expr, Null) => { ... };
    ($e : expr, $t : ident) => { ... };
}