Module syntax::ext::deriving::decodable[src]
The compiler code necessary for #[deriving(Decodable)]. See
encodable.rs for more.
Functions
| expand_deriving_decodable |
The compiler code necessary for #[deriving(Decodable)]. See
encodable.rs for more.
| expand_deriving_decodable |
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 (or str), enum,
trait, typedef (or
tdef).