[−][src]Trait rustc_ap_serialize::UseSpecializedEncodable
Implement this trait on your type to get an Encodable
implementation which goes through SpecializedEncoder
.
Provided methods
fn default_encode<E: Encoder>(&self, _: &mut E) -> Result<(), E::Error>
Defaults to returning an error (see SpecializationError
).