binder

Macro impl_serialize_for_unstructured_parcelable

Source
macro_rules! impl_serialize_for_unstructured_parcelable {
    ($parcelable:ident) => { ... };
    ($parcelable:ident < $( $param:ident ),* , >) => { ... };
    ($parcelable:ident < $( $param:ident ),* > ) => { ... };
}
Expand description

Implements Serialize trait and friends for an unstructured parcelable.

The target type must implement the UnstructuredParcelable trait.